mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-11 22:40:11 -04:00
19 lines
320 B
C
19 lines
320 B
C
#ifndef RES_HSEN1_H
|
|
#define RES_HSEN1_H
|
|
|
|
#include "global.h" // IWYU pragma: keep
|
|
|
|
enum HSEN1_RES_FILE_ID { // IDs and indexes are synced
|
|
/* BDLM */
|
|
HSEN1_BDL_HSEN1=0x5,
|
|
|
|
/* BTK */
|
|
HSEN1_BTK_HSEN1=0x8,
|
|
HSEN1_BTK_HSEN2=0x9,
|
|
|
|
/* DZB */
|
|
HSEN1_DZB_HSEN1=0xC,
|
|
};
|
|
|
|
#endif /* RES_HSEN1_H */
|