axmol/samples/Cpp/SimpleGame/proj.win32/main.h

14 lines
267 B
C
Raw Normal View History

2013-10-22 18:11:07 +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>
// C RunTime Header Files
#include "CCStdC.h"
#endif // __MAIN_H__