mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-30 15:43:19 -04:00
14 lines
238 B
C
14 lines
238 B
C
#ifndef RES_BMGRES2_H
|
|
#define RES_BMGRES2_H
|
|
|
|
enum dRes_INDEX_BMGRES2 {
|
|
/* ROOT */
|
|
dRes_INDEX_BMGRES2_BMG_ZEL_02_e=0x0,
|
|
};
|
|
|
|
enum dRes_ID_BMGRES2 {
|
|
/* ROOT */
|
|
dRes_ID_BMGRES2_BMG_ZEL_02_e=0x0,
|
|
};
|
|
|
|
#endif /* !RES_BMGRES2_H */ |