Files
tww/include/d/res/res_hmlif.h
T
2024-04-23 15:02:25 -04:00

18 lines
274 B
C

#ifndef RES_HMLIF_H
#define RES_HMLIF_H
#include "global.h"
enum HMLIF_RES_FILE_ID { // IDs and indexes are synced
/* BDLM */
HMLIF_BDL_HMLIF=0x5,
/* BRK */
HMLIF_BRK_HMLIF=0x8,
/* DZB */
HMLIF_DZB_HMLIF=0xB,
};
#endif /* RES_HMLIF_H */