mirror of https://github.com/axmolengine/axmol.git
13 lines
249 B
C
13 lines
249 B
C
|
#ifndef __MAIN_H__
|
||
|
#define __MAIN_H__
|
||
|
|
||
|
#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
|
||
|
|
||
|
// Windows Header Files:
|
||
|
#include <tchar.h>
|
||
|
|
||
|
// C RunTime Header Files
|
||
|
#include "CCStdC.h"
|
||
|
|
||
|
#endif // __WINMAIN_H__
|