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

17 lines
283 B
C

#ifndef RES_HHBOT_H
#define RES_HHBOT_H
#include "global.h"
enum HHBOT_RES_FILE_ID { // IDs and indexes are synced
/* BDL */
HHBOT_BDL_HHBOT1=0x4,
HHBOT_BDL_HHBOT2=0x5,
/* DZB */
HHBOT_DZB_HHBOT1=0x8,
HHBOT_DZB_HHBOT2=0x9,
};
#endif /* RES_HHBOT_H */