Nui
rpc.hpp
Go to the documentation of this file.
1 #pragma once
2 
3 #include <nui/core.hpp>
4 
5 #ifdef NUI_BACKEND
6 # include <nui/backend/rpc_hub.hpp>
7 #elif defined(NUI_FRONTEND)
9 #endif