mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-07 10:15:29 -04:00
15 lines
258 B
C
15 lines
258 B
C
#ifndef RES_MHMRSW_H
|
|
#define RES_MHMRSW_H
|
|
|
|
#include "global.h" // IWYU pragma: keep
|
|
|
|
enum MHMRSW_RES_FILE_ID { // IDs and indexes are synced
|
|
/* BDL */
|
|
MHMRSW_BDL_MHMRSW=0x4,
|
|
|
|
/* DZB */
|
|
MHMRSW_DZB_MHMRSW=0x7,
|
|
};
|
|
|
|
#endif /* RES_MHMRSW_H */
|