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

📄 goldpoint2.h

📁 圣剑二完整的游戏代码。附作者写的三篇文章。游戏的开发过程
💻 H
字号:
//********************************************
//********************************************

#include <ddraw.h>
#include <dinput.h>

#include "..\gamelib\ddutil.h"
#include "..\gamelib\gp_init.h"
#include "..\gamelib\gp_draw.h"
#include "..\gamelib\gp_alpha.h"
#include "..\gamelib\gp_ani.h"
#include "..\gamelib\gp_text.h"
#include "..\gamelib\gp_input.h"
#include "..\gamelib\gp_sound.h"
#include "..\gamelib\gp_music.h"
#include "..\gamelib\gp_other.h"
#include "..\gamelib\gp_iniset.h"
#include "..\gamelib\gp_avi.h"

⌨️ 快捷键说明

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