mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 13:24:12 -04:00
30 lines
608 B
C
30 lines
608 B
C
#ifndef RES_STPTETU_H
|
|
#define RES_STPTETU_H
|
|
|
|
//
|
|
// Generated by res_arc.py from archive: StpTetu.arc
|
|
// Do not manually modify this file or your changes will be overwritten.
|
|
//
|
|
|
|
enum dRes_INDEX_STPTETU {
|
|
/* BDL */
|
|
dRes_INDEX_STPTETU_BDL_STPTETU_e=0x4,
|
|
/* DZB */
|
|
dRes_INDEX_STPTETU_DZB_STPTETU_e=0x7,
|
|
};
|
|
|
|
enum dRes_ID_STPTETU {
|
|
/* BDL */
|
|
dRes_ID_STPTETU_BDL_STPTETU_e=0x4,
|
|
/* DZB */
|
|
dRes_ID_STPTETU_DZB_STPTETU_e=0x7,
|
|
};
|
|
|
|
enum STPTETU_JNT {
|
|
STPTETU_JNT_STPTETU_e=0x0,
|
|
STPTETU_JNT_STOPTETU_e=0x1,
|
|
STPTETU_JNT_POLYSURFACE528_e=0x2,
|
|
};
|
|
|
|
#endif /* RES_STPTETU_H */
|