mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-09 02:45:45 -04:00
15 lines
258 B
C
15 lines
258 B
C
#ifndef RES_HSEHI2_H
|
|
#define RES_HSEHI2_H
|
|
|
|
#include "global.h" // IWYU pragma: keep
|
|
|
|
enum HSEHI2_RES_FILE_ID { // IDs and indexes are synced
|
|
/* BDL */
|
|
HSEHI2_BDL_HSEHI2=0x4,
|
|
|
|
/* DZB */
|
|
HSEHI2_DZB_HSEHI2=0x7,
|
|
};
|
|
|
|
#endif /* RES_HSEHI2_H */
|