mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 13:24:12 -04:00
20 lines
361 B
C
20 lines
361 B
C
#ifndef RES_DEMO51_H
|
|
#define RES_DEMO51_H
|
|
|
|
//
|
|
// Generated by res_arc.py from archive: Demo51.arc
|
|
// Do not manually modify this file or your changes will be overwritten.
|
|
//
|
|
|
|
enum dRes_INDEX_DEMO51 {
|
|
/* STB */
|
|
dRes_INDEX_DEMO51_STB_TITLE_e=0x3,
|
|
};
|
|
|
|
enum dRes_ID_DEMO51 {
|
|
/* STB */
|
|
dRes_ID_DEMO51_STB_TITLE_e=0x0,
|
|
};
|
|
|
|
#endif /* RES_DEMO51_H */
|