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