Files
tww/include/d/res/res_ohatch.h
T

16 lines
285 B
C

#ifndef RES_OHATCH_H
#define RES_OHATCH_H
#include "global.h" // IWYU pragma: keep
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 */