axmol/templates/lua-template-default/frameworks/runtime-src/proj.win32/main.h

11 lines
223 B
C
Raw Normal View History

2015-01-07 17:50:15 +08:00
#ifndef __MAIN_H__
#define __MAIN_H__
#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
// Windows Header Files:
#include <windows.h>
#include <tchar.h>
#endif // __WINMAIN_H__