mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-08 21:54:50 -04:00
16 lines
276 B
C
16 lines
276 B
C
#ifndef RES_HAMI2_H
|
|
#define RES_HAMI2_H
|
|
|
|
#include "global.h" // IWYU pragma: keep
|
|
|
|
enum HAMI2_RES_FILE_ID { // IDs and indexes are synced
|
|
/* BDL */
|
|
HAMI2_BDL_HAMI2=0x4,
|
|
|
|
/* DZB */
|
|
HAMI2_DZB_HAMI2=0x7,
|
|
HAMI2_DZB_HAMI2B=0x8,
|
|
};
|
|
|
|
#endif /* RES_HAMI2_H */
|