mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-01 07:57:21 -04:00
14 lines
238 B
C
14 lines
238 B
C
#ifndef RES_BMGRES3_H
|
|
#define RES_BMGRES3_H
|
|
|
|
enum dRes_INDEX_BMGRES3 {
|
|
/* ROOT */
|
|
dRes_INDEX_BMGRES3_BMG_ZEL_03_e=0x0,
|
|
};
|
|
|
|
enum dRes_ID_BMGRES3 {
|
|
/* ROOT */
|
|
dRes_ID_BMGRES3_BMG_ZEL_03_e=0x0,
|
|
};
|
|
|
|
#endif /* !RES_BMGRES3_H */ |