NathanSweet 5c6ebf2c63 cocos2d-x updated to 3.1alpha0.
No meshes yet.
2014-05-08 19:21:50 +02:00

10 lines
133 B
C

#ifndef __MAIN_H__
#define __MAIN_H__
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include <tchar.h>
#endif // __MAIN_H__