mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-12 03:47:39 -04:00
28 lines
521 B
C
28 lines
521 B
C
#ifndef RES_OSPBOX_H
|
|
#define RES_OSPBOX_H
|
|
|
|
//
|
|
// Generated by res_arc.py from archive: Ospbox.arc
|
|
// Do not manually modify this file or your changes will be overwritten.
|
|
//
|
|
|
|
enum dRes_INDEX_OSPBOX {
|
|
/* BDL */
|
|
dRes_INDEX_OSPBOX_BDL_OSPBOX_e=0x4,
|
|
/* DZB */
|
|
dRes_INDEX_OSPBOX_DZB_OSPBOX_e=0x7,
|
|
};
|
|
|
|
enum dRes_ID_OSPBOX {
|
|
/* BDL */
|
|
dRes_ID_OSPBOX_BDL_OSPBOX_e=0x4,
|
|
/* DZB */
|
|
dRes_ID_OSPBOX_DZB_OSPBOX_e=0x7,
|
|
};
|
|
|
|
enum OSPBOX_JNT {
|
|
OSPBOX_JNT_OSPBOX_e=0x0,
|
|
};
|
|
|
|
#endif /* RES_OSPBOX_H */
|