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

15 lines
245 B
C

#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 */