mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-26 17:52:03 -04:00
15 lines
245 B
C
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 */
|