From 48cd8419bb274345fe386d47843f9aa16910e090 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Wed, 27 Sep 2017 11:35:22 -0400 Subject: lua-scripted wandering --- include/quest.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/quest.hpp') diff --git a/include/quest.hpp b/include/quest.hpp index 3358d8f..b42f756 100644 --- a/include/quest.hpp +++ b/include/quest.hpp @@ -78,6 +78,9 @@ public: titles.emplace_front(q.name); return titles; } + + static void save(void); + static void load(void); }; #endif // QUEST_HPP_ -- cgit v1.2.3