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

18 lines
287 B
C

#ifndef RES_WZB_H
#define RES_WZB_H
#include "global.h" // IWYU pragma: keep
enum WZB_RES_FILE_ID { // IDs and indexes are synced
/* BCK */
WZB_BCK_YSUMN00=0x5,
/* BDLI */
WZB_BDL_YSUMN00=0x8,
/* BTK */
WZB_BTK_YSUMN00=0xB,
};
#endif /* RES_WZB_H */