mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-09 03:59:34 -04:00
22 lines
432 B
C
22 lines
432 B
C
#ifndef RES_L7GATEL_H
|
|
#define RES_L7GATEL_H
|
|
|
|
enum dRes_INDEX_L7GATEL {
|
|
/* BMDR */
|
|
dRes_INDEX_L7GATEL_BMD_S_LV7GATE_L_e=0x4,
|
|
/* DZB */
|
|
dRes_INDEX_L7GATEL_DZB_S_LV7GATE_L_e=0x7,
|
|
};
|
|
|
|
enum dRes_ID_L7GATEL {
|
|
/* BMDR */
|
|
dRes_ID_L7GATEL_BMD_S_LV7GATE_L_e=0x4,
|
|
/* DZB */
|
|
dRes_ID_L7GATEL_DZB_S_LV7GATE_L_e=0x7,
|
|
};
|
|
|
|
enum S_LV7GATE_L_JNT {
|
|
S_LV7GATE_L_JNT_WORLD_ROOT_e=0x0,
|
|
};
|
|
|
|
#endif /* !RES_L7GATEL_H */ |