mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 13:24:12 -04:00
22 lines
438 B
C
22 lines
438 B
C
#ifndef RES_BMGRES_H
|
|
#define RES_BMGRES_H
|
|
|
|
//
|
|
// Generated by res_arc.py from archive: bmgres.arc
|
|
// Do not manually modify this file or your changes will be overwritten.
|
|
//
|
|
|
|
enum dRes_INDEX_BMGRES {
|
|
/* ROOT */
|
|
dRes_INDEX_BMGRES_BMG_ZEL_00_e=0x0,
|
|
dRes_INDEX_BMGRES_BMC_COLOR_e=0x1,
|
|
};
|
|
|
|
enum dRes_ID_BMGRES {
|
|
/* ROOT */
|
|
dRes_ID_BMGRES_BMG_ZEL_00_e=0x0,
|
|
dRes_ID_BMGRES_BMC_COLOR_e=0x1,
|
|
};
|
|
|
|
#endif /* RES_BMGRES_H */
|