From 9757c1c7e8704080c4e20cde442baf06960e98e7 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Thu, 1 Oct 2015 08:24:30 -0400 Subject: world stuff in sep. file --- include/Quest.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/Quest.h b/include/Quest.h index 076b800..c4b8780 100644 --- a/include/Quest.h +++ b/include/Quest.h @@ -21,6 +21,7 @@ public: int assign(const char *t); int drop(const char *t); int finish(const char *t); + bool hasQuest(const char *t); }; #endif // QUEST_H -- cgit v1.2.3