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

18 lines
277 B
C

#ifndef RES_HFBOT_H
#define RES_HFBOT_H
#include "global.h"
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 */