mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-08 05:40:36 -04:00
26 lines
605 B
C
26 lines
605 B
C
#ifndef RES_TMSGRES_H
|
|
#define RES_TMSGRES_H
|
|
|
|
//
|
|
// Generated by res_arc.py from archive: tmsgres.arc
|
|
// Do not manually modify this file or your changes will be overwritten.
|
|
//
|
|
|
|
enum dRes_INDEX_TMSGRES {
|
|
/* SCRN */
|
|
dRes_INDEX_TMSGRES_BLO_BATON_INPUT_e=0x4,
|
|
/* TIMG */
|
|
dRes_INDEX_TMSGRES_BTI_BATON_INPUT_FRAME3_e=0x7,
|
|
dRes_INDEX_TMSGRES_BTI_WHITE_BLACK3_e=0x8,
|
|
};
|
|
|
|
enum dRes_ID_TMSGRES {
|
|
/* SCRN */
|
|
dRes_ID_TMSGRES_BLO_BATON_INPUT_e=0x4,
|
|
/* TIMG */
|
|
dRes_ID_TMSGRES_BTI_BATON_INPUT_FRAME3_e=0x7,
|
|
dRes_ID_TMSGRES_BTI_WHITE_BLACK3_e=0x8,
|
|
};
|
|
|
|
#endif /* RES_TMSGRES_H */
|