Files

11 lines
169 B
C
Raw Permalink Normal View History

2026-03-01 13:51:43 +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"