mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 13:24:12 -04:00
24 lines
494 B
C
24 lines
494 B
C
#ifndef RES_SAVERES_H
|
|
#define RES_SAVERES_H
|
|
|
|
//
|
|
// Generated by res_arc.py from archive: saveres.arc
|
|
// Do not manually modify this file or your changes will be overwritten.
|
|
//
|
|
|
|
enum dRes_INDEX_SAVERES {
|
|
/* SCRN */
|
|
dRes_INDEX_SAVERES_BLO_MENU_SAVE_e=0x4,
|
|
/* TIMG */
|
|
dRes_INDEX_SAVERES_BTI_TITLE_SAVE_e=0x7,
|
|
};
|
|
|
|
enum dRes_ID_SAVERES {
|
|
/* SCRN */
|
|
dRes_ID_SAVERES_BLO_MENU_SAVE_e=0x4,
|
|
/* TIMG */
|
|
dRes_ID_SAVERES_BTI_TITLE_SAVE_e=0x7,
|
|
};
|
|
|
|
#endif /* RES_SAVERES_H */
|