blob: 01724df9c1c61dc62c7e24f7dea3335053d89268 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
#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 */
|