mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-08 13:46:21 -04:00
22 lines
436 B
C
22 lines
436 B
C
#ifndef RES_SYSTEM_H
|
|
#define RES_SYSTEM_H
|
|
|
|
//
|
|
// Generated by res_arc.py from archive: System.arc
|
|
// Do not manually modify this file or your changes will be overwritten.
|
|
//
|
|
|
|
enum dRes_INDEX_SYSTEM {
|
|
/* DAT */
|
|
dRes_INDEX_SYSTEM_BTI_TOON_e=0x3,
|
|
dRes_INDEX_SYSTEM_BTI_TOONEX_e=0x4,
|
|
};
|
|
|
|
enum dRes_ID_SYSTEM {
|
|
/* DAT */
|
|
dRes_ID_SYSTEM_BTI_TOON_e=0x3,
|
|
dRes_ID_SYSTEM_BTI_TOONEX_e=0x4,
|
|
};
|
|
|
|
#endif /* RES_SYSTEM_H */
|