mirror of https://github.com/zeldaret/tp.git
18 lines
313 B
C
18 lines
313 B
C
#ifndef RES_L3CANDL_H
|
|
#define RES_L3CANDL_H
|
|
|
|
enum dRes_INDEX_L3CANDL {
|
|
/* BMDR */
|
|
dRes_INDEX_L3CANDL_BMD_S_LV3CANDLA_e=0x3,
|
|
};
|
|
|
|
enum dRes_ID_L3CANDL {
|
|
/* BMDR */
|
|
dRes_ID_L3CANDL_BMD_S_LV3CANDLA_e=0x3,
|
|
};
|
|
|
|
enum S_LV3CANDLA_JNT {
|
|
S_LV3CANDLA_JNT_WORLD_ROOT_e=0x0,
|
|
};
|
|
|
|
#endif /* !RES_L3CANDL_H */ |