mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-09 06:03:22 -04:00
15 lines
250 B
C
15 lines
250 B
C
#ifndef RES_HSEN3_H
|
|
#define RES_HSEN3_H
|
|
|
|
#include "global.h" // IWYU pragma: keep
|
|
|
|
enum HSEN3_RES_FILE_ID { // IDs and indexes are synced
|
|
/* BDL */
|
|
HSEN3_BDL_HSEN3=0x4,
|
|
|
|
/* DZB */
|
|
HSEN3_DZB_HSEN3=0x7,
|
|
};
|
|
|
|
#endif /* RES_HSEN3_H */
|