⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 main.h

📁 一个45度角场景RPG游戏程序的demo
💻 H
字号:
#if !(defined MAIN_H)
#define MAIN_H

#ifndef WIN32_LEAN_AND_MEAN
#define WIN32_LEAN_AND_MEAN
#endif

#include "define.h"
#include <stdlib.h>
#include <math.h>
#include <windows.h>
#include <ddraw.h>
#include "ddutil.h"
#include "block.h"
#include "bullet.h"
#include "map.h"
#include "human.h"
#include "function.h"
#include "variable.h"

#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -