mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 05:22:39 -04:00
36 lines
852 B
C
36 lines
852 B
C
#ifndef RES_OSIBLK_H
|
|
#define RES_OSIBLK_H
|
|
|
|
//
|
|
// Generated by res_arc.py from archive: Osiblk.arc
|
|
// Do not manually modify this file or your changes will be overwritten.
|
|
//
|
|
|
|
enum dRes_INDEX_OSIBLK {
|
|
/* BDL */
|
|
dRes_INDEX_OSIBLK_BDL_OBM_OSIHIKIBLK1_e=0x4,
|
|
dRes_INDEX_OSIBLK_BDL_OBM_OSIHIKIBLK2_e=0x5,
|
|
/* DZB */
|
|
dRes_INDEX_OSIBLK_DZB_OBM_OSIHIKIBLK1_e=0x8,
|
|
dRes_INDEX_OSIBLK_DZB_OBM_OSIHIKIBLK2_e=0x9,
|
|
};
|
|
|
|
enum dRes_ID_OSIBLK {
|
|
/* BDL */
|
|
dRes_ID_OSIBLK_BDL_OBM_OSIHIKIBLK1_e=0x4,
|
|
dRes_ID_OSIBLK_BDL_OBM_OSIHIKIBLK2_e=0x5,
|
|
/* DZB */
|
|
dRes_ID_OSIBLK_DZB_OBM_OSIHIKIBLK1_e=0x8,
|
|
dRes_ID_OSIBLK_DZB_OBM_OSIHIKIBLK2_e=0x9,
|
|
};
|
|
|
|
enum OBM_OSIHIKIBLK1_JNT {
|
|
OBM_OSIHIKIBLK1_JNT_OBM_OSIHIKIBLK1_e=0x0,
|
|
};
|
|
|
|
enum OBM_OSIHIKIBLK2_JNT {
|
|
OBM_OSIHIKIBLK2_JNT_OBM_OSIHIKIBLK2_e=0x0,
|
|
};
|
|
|
|
#endif /* RES_OSIBLK_H */
|