alarmnotification.hrh

来自「this is used to get the alarm on the mob」· HRH 代码 · 共 19 行

HRH
19
字号
/* ====================================================================
 * File: alarmnotification.hrh
 * Created: 10/16/06
 * Author: 
 * Copyright (c): , All rights reserved
 * ==================================================================== */

#ifndef __alarmnotification_HRH__
#define __alarmnotification_HRH__

/** alarmnotification enumerate command codes */
enum TalarmnotificationIds
    {
    EalarmnotificationCommand1 = 1  // start value must not be 0
    };


#endif // __alarmnotification_HRH__

⌨️ 快捷键说明

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