summaryrefslogtreecommitdiff
path: root/src/map/globals.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/globals.hpp')
-rw-r--r--src/map/globals.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/globals.hpp b/src/map/globals.hpp
index 1c8e70d..acf52fd 100644
--- a/src/map/globals.hpp
+++ b/src/map/globals.hpp
@@ -95,5 +95,8 @@ namespace tmwa
extern earray<skill_db_, SkillID, SkillID::MAX_SKILL_DB> skill_db;
extern BlockId skill_area_temp_id;
extern int skill_area_temp_hp;
+
+ extern std::array<AuthFifoEntry, 256> auth_fifo;
+ extern AuthFifoEntry *auth_fifo_iter;
} // namespace map
} // namespace tmwa