mirror of https://github.com/zeldaret/tp.git
18 lines
312 B
C
18 lines
312 B
C
#ifndef RES_L9CANDLE_H
|
|
#define RES_L9CANDLE_H
|
|
|
|
enum dRes_INDEX_L9CANDLE {
|
|
/* BMDR */
|
|
dRes_INDEX_L9CANDLE_BMD_LV9_CANDL_e=0x3,
|
|
};
|
|
|
|
enum dRes_ID_L9CANDLE {
|
|
/* BMDR */
|
|
dRes_ID_L9CANDLE_BMD_LV9_CANDL_e=0x3,
|
|
};
|
|
|
|
enum LV9_CANDL_JNT {
|
|
LV9_CANDL_JNT_WORLD_ROOT_e=0x0,
|
|
};
|
|
|
|
#endif /* !RES_L9CANDLE_H */ |