gramods
Loading...
Searching...
No Matches
modules
gmNetwork
src
config_cmake.hh
1
2
#ifndef GRAMODS_NETWORK_CONFIG
3
#define GRAMODS_NETWORK_CONFIG
4
5
#define BEGIN_NAMESPACE_GMNETWORK namespace gramods { namespace gmNetwork {
//
6
#define END_NAMESPACE_GMNETWORK }}
//
7
#define USING_NAMESPACE_GMNETWORK using namespace gramods::gmNetwork
8
9
namespace
gramods
{
10
15
namespace
gmNetwork {}
16
}
17
18
19
#include <gmCore/config.hh>
20
21
22
// Increment this when making braking changes to how gmNetwork
23
// communicates.
24
#define GRAMODS_NETWORK_VERSION 0
25
26
#cmakedefine _WIN32_WINNT @_WIN32_WINNT@
27
28
#cmakedefine gramods_ACTIVATE_ASIO_HANDLER_TRACKING
29
#ifdef gramods_ACTIVATE_ASIO_HANDLER_TRACKING
30
# ifndef ASIO_ENABLE_HANDLER_TRACKING
31
# define ASIO_ENABLE_HANDLER_TRACKING
32
# endif
33
#endif
34
35
#endif
gramods
Gramods, short for Graphics Modules, is a collection of weakly inter dependent and useful APIs for Vi...
Definition
config.hh:25
Generated by
1.9.8