axmol/cocos/platform/winrt/pch.h

11 lines
169 B
C
Raw Normal View History

#pragma once
2014-10-15 05:19:14 +08:00
#include "targetver.h"
#ifndef WIN32_LEAN_AND_MEAN
#define WIN32_LEAN_AND_MEAN
#endif
#include <windows.h>
#include "cocos2d.h"
2014-10-15 05:19:14 +08:00
#include "cocos-ext.h"