mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-09 22:11:35 -04:00
25 lines
437 B
C
25 lines
437 B
C
#ifndef RES_BOOM_H
|
|
#define RES_BOOM_H
|
|
|
|
//
|
|
// Generated by res_arc.py from archive: Boom.arc
|
|
// Do not manually modify this file or your changes will be overwritten.
|
|
//
|
|
|
|
enum dRes_INDEX_BOOM {
|
|
/* BDL */
|
|
dRes_INDEX_BOOM_BDL_VBOOM_e=0x3,
|
|
};
|
|
|
|
enum dRes_ID_BOOM {
|
|
/* BDL */
|
|
dRes_ID_BOOM_BDL_VBOOM_e=0x3,
|
|
};
|
|
|
|
enum VBOOM_JNT {
|
|
VBOOM_JNT_ROOT_VBOOM_e=0x0,
|
|
VBOOM_JNT_VBOOM_MODEL_MODEL_e=0x1,
|
|
};
|
|
|
|
#endif /* RES_BOOM_H */
|