mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 13:24:12 -04:00
24 lines
484 B
C
24 lines
484 B
C
#ifndef RES_OPTRES_H
|
|
#define RES_OPTRES_H
|
|
|
|
//
|
|
// Generated by res_arc.py from archive: optres.arc
|
|
// Do not manually modify this file or your changes will be overwritten.
|
|
//
|
|
|
|
enum dRes_INDEX_OPTRES {
|
|
/* SCRN */
|
|
dRes_INDEX_OPTRES_BLO_OPTION_e=0x4,
|
|
/* TIMG */
|
|
dRes_INDEX_OPTRES_BTI_YAZIRUSHI_012_e=0x7,
|
|
};
|
|
|
|
enum dRes_ID_OPTRES {
|
|
/* SCRN */
|
|
dRes_ID_OPTRES_BLO_OPTION_e=0x4,
|
|
/* TIMG */
|
|
dRes_ID_OPTRES_BTI_YAZIRUSHI_012_e=0x7,
|
|
};
|
|
|
|
#endif /* RES_OPTRES_H */
|