Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
GrayMapData.h
Go to the documentation of this file.
1 //
4 //
5 
8 
9 #ifndef GRAYMAPDATA_LINK
10 #if defined(_MFC_VER) || defined(GRAY_STATICLIB) // GRAY_STATICLIB or _MFC_VER can be defined to make Gray* all static lib
11 #define GRAYMAPDATA_LINK
12 #else
13 #define GRAYMAPDATA_LINK __DECL_IMPORT
14 #endif
15 #endif
16 
17 namespace Gray3D { using namespace GrayLib; using namespace Gray; };
18 namespace GrayMapData { using namespace Gray3D; using namespace GrayLib; using namespace Gray; };
Definition: Gray3D.cpp:12
Definition: cMesh.h:22
Definition: GrayMapData.cpp:12
< The main namespace for all Core functions.
Definition: GrayCore.cpp:14