Files
tww/include/d/res/res_ohatch.h
T
2024-04-23 15:02:25 -04:00

16 lines
264 B
C

#ifndef RES_OHATCH_H
#define RES_OHATCH_H
#include "global.h"
enum OHATCH_RES_FILE_ID { // IDs and indexes are synced
/* BDL */
OHATCH_BDL_OHATCH=0x4,
/* DZB */
OHATCH_DZB_OH_CLS=0x7,
OHATCH_DZB_OH_OPN=0x8,
};
#endif /* RES_OHATCH_H */