mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-07 01:35:29 -04:00
14 lines
238 B
C
14 lines
238 B
C
#ifndef RES_BMGRES1_H
|
|
#define RES_BMGRES1_H
|
|
|
|
enum dRes_INDEX_BMGRES1 {
|
|
/* ROOT */
|
|
dRes_INDEX_BMGRES1_BMG_ZEL_01_e=0x0,
|
|
};
|
|
|
|
enum dRes_ID_BMGRES1 {
|
|
/* ROOT */
|
|
dRes_ID_BMGRES1_BMG_ZEL_01_e=0x0,
|
|
};
|
|
|
|
#endif /* !RES_BMGRES1_H */ |