Files
tww/include/d/res/res_hfbot.h
T

18 lines
298 B
C

#ifndef RES_HFBOT_H
#define RES_HFBOT_H
#include "global.h" // IWYU pragma: keep
enum HFBOT_RES_FILE_ID { // IDs and indexes are synced
/* BDLM */
HFBOT_BDL_HFBOT1=0x5,
/* BRK */
HFBOT_BRK_HFBOT1=0x8,
/* DZB */
HFBOT_DZB_HFBOT1=0xB,
};
#endif /* RES_HFBOT_H */