mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-08 13:46:21 -04:00
22 lines
430 B
C
22 lines
430 B
C
#ifndef RES_OPEN3_H
|
|
#define RES_OPEN3_H
|
|
|
|
//
|
|
// Generated by res_arc.py from archive: Open3.arc
|
|
// Do not manually modify this file or your changes will be overwritten.
|
|
//
|
|
|
|
enum dRes_INDEX_OPEN3 {
|
|
/* TIMG */
|
|
dRes_INDEX_OPEN3_BTI_DEMO_5_e=0x3,
|
|
dRes_INDEX_OPEN3_BTI_DEMO_6_e=0x4,
|
|
};
|
|
|
|
enum dRes_ID_OPEN3 {
|
|
/* TIMG */
|
|
dRes_ID_OPEN3_BTI_DEMO_5_e=0x3,
|
|
dRes_ID_OPEN3_BTI_DEMO_6_e=0x4,
|
|
};
|
|
|
|
#endif /* RES_OPEN3_H */
|