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

📄 dream_private.h

📁 Cat Tom 兄弟的力作.代码是纯C写的
💻 H
字号:
// THIS FILE WILL BE OVERWRITTEN BY DEV-C++!
// DO NOT EDIT!

#ifndef DREAM_PRIVATE_H
#define DREAM_PRIVATE_H

// VERSION DEFINITIONS
#define VER_STRING	"0.1.1.28"
#define VER_MAJOR	0
#define VER_MINOR	1
#define VER_RELEASE	1
#define VER_BUILD	28
#define COMPANY_NAME	"Crazy Bugs Studio"
#define FILE_VERSION	"1.0.0"
#define FILE_DESCRIPTION	"Developed using the Dev-C++ IDE"
#define INTERNAL_NAME	"MyRPG.exe"
#define LEGAL_COPYRIGHT	"CBS 2001-2003"
#define LEGAL_TRADEMARKS	"Crazy Bugs"
#define ORIGINAL_FILENAME	"Dream.exe"
#define PRODUCT_NAME	"水晶之约RPG引擎"
#define PRODUCT_VERSION	"1.0.0"

#endif //DREAM_PRIVATE_H

⌨️ 快捷键说明

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