axmol/tests/test.win32/main.h

15 lines
309 B
C

#ifndef __MAIN_H__
#define __MAIN_H__
#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
// Windows Header Files:
#include <windows.h>
// C RunTime Header Files
#include "ccxStdC.h"
#include <tchar.h>
extern HINSTANCE g_hInstance;
#endif // __MAIN_H__