mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-14 12:24:16 -04:00
26 lines
456 B
C
26 lines
456 B
C
#ifndef RES_BOKO_H
|
|
#define RES_BOKO_H
|
|
|
|
//
|
|
// Generated by res_arc.py from archive: Boko.arc
|
|
// Do not manually modify this file or your changes will be overwritten.
|
|
//
|
|
|
|
enum dRes_INDEX_BOKO {
|
|
/* BDLC */
|
|
dRes_INDEX_BOKO_BDL_BOKO_e=0x3,
|
|
};
|
|
|
|
enum dRes_ID_BOKO {
|
|
/* BDLC */
|
|
dRes_ID_BOKO_BDL_BOKO_e=0x3,
|
|
};
|
|
|
|
enum BOKO_JNT {
|
|
BOKO_JNT_WORLD_ROOT_e=0x0,
|
|
BOKO_JNT_CL_BOKO_e=0x1,
|
|
BOKO_JNT_CL_BOKOPIECEA_e=0x2,
|
|
};
|
|
|
|
#endif /* RES_BOKO_H */
|