Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
GrayGraph.h
Go to the documentation of this file.
1 //
4 //
5 
6 #ifndef _INC_GrayGraph_H
7 #define _INC_GrayGraph_H
8 #ifndef NO_PRAGMA_ONCE
9 #pragma once
10 #endif
11 
13 #include "resource.h"
14 
15 #ifndef GRAYGRAPH_LINK
16 #if defined(_MFC_VER) || defined(GRAY_STATICLIB) // GRAY_STATICLIB or _MFC_VER can be defined to make Gray* all static lib
17 #define GRAYGRAPH_LINK
18 #else
19 #define GRAYGRAPH_LINK __DECL_IMPORT
20 #pragma comment(lib, "GrayGraph.lib")
21 #endif
22 #endif
23 
24 namespace GrayGraph { using namespace GrayLib; using namespace Gray; };
25 
26 #endif // _INC_GrayGraph_H
Definition: GrayGraph.cpp:29
Definition: cMesh.h:22
< The main namespace for all Core functions.
Definition: GrayCore.cpp:14