mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-04 10:48:31 -04:00
16 lines
264 B
C
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 */
|