?? 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 + -