config.h
来自「用MFC写的RPG游戏」· C头文件 代码 · 共 19 行
H
19 行
//
// Config
//
// Copyright (c) 2000-2001 Chihiro.SAKAMOTO (HyperWorks)
//
#ifndef __config_h__
#define __config_h__
#define CompanyName "HyperWorks"
#define ApplicationName "RPGSYSTEM"
#define ApplicationTitle "RPGSAMPLE"
#define WindowWidth 640
#define WindowHeight 480
#define CGPATH "cgdata/"
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?