axmol/tests/js-tests/project/proj.win32/main.h

13 lines
258 B
C
Raw Normal View History

2015-04-16 18:07:35 +08:00
#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
2016-03-21 21:04:06 +08:00
#include "platform/CCStdC.h"
2015-04-16 18:07:35 +08:00
#endif // __WINMAIN_H__