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

17 lines
304 B
C

#ifndef RES_HHBOT_H
#define RES_HHBOT_H
#include "global.h" // IWYU pragma: keep
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 */