mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-10 19:16:45 -04:00
18 lines
294 B
C
18 lines
294 B
C
#ifndef RES_HDAI1_H
|
|
#define RES_HDAI1_H
|
|
|
|
#include "global.h" // IWYU pragma: keep
|
|
|
|
enum HDAI1_RES_FILE_ID { // IDs and indexes are synced
|
|
/* BDLM */
|
|
HDAI1_BDL_HDAI1=0x5,
|
|
|
|
/* BRK */
|
|
HDAI1_BRK_HDAI1=0x8,
|
|
|
|
/* DZB */
|
|
HDAI1_DZB_HDAI=0xB,
|
|
};
|
|
|
|
#endif /* RES_HDAI1_H */
|