mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-06 18:02:28 -04:00
32 lines
573 B
C
32 lines
573 B
C
#ifndef RES_LAMP_H
|
|
#define RES_LAMP_H
|
|
|
|
//
|
|
// Generated by res_arc.py from archive: Lamp.arc
|
|
// Do not manually modify this file or your changes will be overwritten.
|
|
//
|
|
|
|
enum dRes_INDEX_LAMP {
|
|
/* BMD */
|
|
dRes_INDEX_LAMP_BMD_LAMP_00_e=0x3,
|
|
dRes_INDEX_LAMP_BMD_L_GA_e=0x4,
|
|
};
|
|
|
|
enum dRes_ID_LAMP {
|
|
/* BMD */
|
|
dRes_ID_LAMP_BMD_LAMP_00_e=0x3,
|
|
dRes_ID_LAMP_BMD_L_GA_e=0x4,
|
|
};
|
|
|
|
enum LAMP_00_JNT {
|
|
LAMP_00_JNT_SLAMP_00_e=0x0,
|
|
LAMP_00_JNT_S00_e=0x1,
|
|
LAMP_00_JNT_LAMP_e=0x2,
|
|
};
|
|
|
|
enum L_GA_JNT {
|
|
L_GA_JNT_BODY_e=0x0,
|
|
};
|
|
|
|
#endif /* RES_LAMP_H */
|