mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 13:24:12 -04:00
26 lines
573 B
C
26 lines
573 B
C
#ifndef RES_DEMO_DK_H
|
|
#define RES_DEMO_DK_H
|
|
|
|
//
|
|
// Generated by res_arc.py from archive: Demo_Dk.arc
|
|
// Do not manually modify this file or your changes will be overwritten.
|
|
//
|
|
|
|
enum dRes_INDEX_DEMO_DK {
|
|
/* BCK */
|
|
dRes_INDEX_DEMO_DK_BCK_DK_L_AKUBI1_e=0x4,
|
|
dRes_INDEX_DEMO_DK_BCK_DK_L_WAIT1_e=0x5,
|
|
/* BMDM */
|
|
dRes_INDEX_DEMO_DK_BMD_DK_L_e=0x8,
|
|
};
|
|
|
|
enum dRes_ID_DEMO_DK {
|
|
/* BCK */
|
|
dRes_ID_DEMO_DK_BCK_DK_L_AKUBI1_e=0x4,
|
|
dRes_ID_DEMO_DK_BCK_DK_L_WAIT1_e=0x5,
|
|
/* BMDM */
|
|
dRes_ID_DEMO_DK_BMD_DK_L_e=0x8,
|
|
};
|
|
|
|
#endif /* RES_DEMO_DK_H */
|