mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-18 21:18:23 -04:00
20 lines
371 B
C
20 lines
371 B
C
#ifndef RES_TGFLAG_H
|
|
#define RES_TGFLAG_H
|
|
|
|
//
|
|
// Generated by res_arc.py from archive: Tgflag.arc
|
|
// Do not manually modify this file or your changes will be overwritten.
|
|
//
|
|
|
|
enum dRes_INDEX_TGFLAG {
|
|
/* TEX */
|
|
dRes_INDEX_TGFLAG_BTI_B_FRAGTORI_e=0x3,
|
|
};
|
|
|
|
enum dRes_ID_TGFLAG {
|
|
/* TEX */
|
|
dRes_ID_TGFLAG_BTI_B_FRAGTORI_e=0x3,
|
|
};
|
|
|
|
#endif /* RES_TGFLAG_H */
|