resource.h

来自「是3D游戏一书中所讲的游戏引擎fly3D 包括fly3D引擎的源码及应用此引擎」· C头文件 代码 · 共 42 行

H
42
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by expflybsp.rc
//
#define IDS_LONG_DESC                   1
#define IDS_SHORT_DESC                  2
#define IDS_AUTHOR                      3
#define IDS_COPYRIGHT                   4
#define IDS_CATEGORY                    5
#define IDS_APPNAME                     6
#define IDD_OPTIONS                     101
#define IDC_DEPTH                       1000
#define IDC_MOTHERFACES                 1001
#define IDC_SPLITS                      1002
#define IDC_XYZPLANES                   1003
#define IDC_LIGHTRADIUS                 1004
#define IDC_SHADOWS                     1005
#define IDC_MINFACES                    1006
#define IDC_SAVETXT                     1006
#define IDC_SAVE3DS                     1007
#define IDC_SAVEOBJ                     1007
#define IDC_SAVETXT2                    1008
#define IDC_SAVEBSP                     1008
#define IDC_MAXDEPTH                    1009
#define IDC_MAXDEPTHSTATIC              1010
#define IDC_FACEALIGNED                 1011
#define IDC_AXISALIGNED                 1012
#define IDC_LANDSCAPE                   1013
#define IDC_FREESPACE                   1014
#define IDC_CARTOONLIGHT                1015

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        102
#define _APS_NEXT_COMMAND_VALUE         40001
#define _APS_NEXT_CONTROL_VALUE         1014
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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