Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
pch.h
Go to the documentation of this file.
1 //
6 //
7 #ifndef _INC_pch_H
8 #define _INC_pch_H
9 #ifndef NO_PRAGMA_ONCE
10 #pragma once
11 #endif
12 
14 
15 #ifdef _MSC_VER
16 #include <tchar.h>
17 #endif
18 
19 namespace GrayManMaker { using namespace GrayLib; using namespace Gray; }; // introduce my namespace.
20 
21 #endif
Definition: cMesh.h:22
Definition: GrayManMaker.cpp:36
< The main namespace for all Core functions.
Definition: GrayCore.cpp:14