Files
wnmj-normal/cocos2d/cocos/platform/winrt/pch.h

11 lines
169 B
C
Raw Normal View History

2026-03-03 13:56:44 +08:00
#pragma once
#include "targetver.h"
#ifndef WIN32_LEAN_AND_MEAN
#define WIN32_LEAN_AND_MEAN
#endif
#include <windows.h>
#include "cocos2d.h"
#include "cocos-ext.h"