#ifndef RES_X_TOWER_H #define RES_X_TOWER_H #include "global.h" enum X_TOWER_RES_FILE_ID { // IDs and indexes are synced /* BDL */ X_TOWER_BDL_X_TOWER=0x4, /* DZB */ X_TOWER_DZB_X_TOWER=0x7, }; #endif /* RES_X_TOWER_H */