📄 systemconst.c
字号:
//
// SystemConst.c
//
// Declaration of system constants structure
#include "SystemConst.h"
#pragma abs_address: 0x1f40
SYSTEM_CONSTANT_STRUC const SystemConst =
{
{ { 156, 5 },
{ 183, 5 },
{ 211, 5 },
{ 239, 5 },
{ 267, 5 },
{ 294, 5 },
{ 322, 5 },
{ 350, 5 },
},
{""} // empty string initializer
};
#pragma end_abs_address
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -