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

20 lines
339 B
C

#ifndef RES_GHRWP_H
#define RES_GHRWP_H
#include "global.h"
enum GHRWP_RES_FILE_ID { // IDs and indexes are synced
/* BDLM */
GHRWP_BDL_GHRWPA00=0x5,
GHRWP_BDL_GHRWPB00=0x6,
/* BRK */
GHRWP_BRK_GHRWPB00=0x9,
/* BTK */
GHRWP_BTK_GHRWPA00=0xC,
GHRWP_BTK_GHRWPB00=0xD,
};
#endif /* RES_GHRWP_H */