NymphRPC Remote Procedure Call Library
nymph.h
1 /*
2  nymph.h - main header for the Nymph RPC protocol C++ library.
3 
4  Revision 0
5 
6  Notes:
7  - Clients and servers only need to include this header.
8 
9  History:
10  2017/06/24, Maya Posch : Initial version.
11 
12  (c) Nyanko.ws
13 */
14 
15 
16 #ifndef NYMPH_H
17 #define NYMPH_H
18 
19 #include "remote_server.h"
20 #include "remote_client.h"
21 
22 #endif