mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-05 17:43:23 -04:00
20 lines
377 B
C
20 lines
377 B
C
#ifndef RES_DEMO49_H
|
|
#define RES_DEMO49_H
|
|
|
|
//
|
|
// Generated by res_arc.py from archive: Demo49.arc
|
|
// Do not manually modify this file or your changes will be overwritten.
|
|
//
|
|
|
|
enum dRes_INDEX_DEMO49 {
|
|
/* STB */
|
|
dRes_INDEX_DEMO49_STB_REBIRTH_HYRAL_e=0x3,
|
|
};
|
|
|
|
enum dRes_ID_DEMO49 {
|
|
/* STB */
|
|
dRes_ID_DEMO49_STB_REBIRTH_HYRAL_e=0x0,
|
|
};
|
|
|
|
#endif /* RES_DEMO49_H */
|