aboutsummaryrefslogtreecommitdiffstats
path: root/include/Quest.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/Quest.h')
-rw-r--r--include/Quest.h1
1 files changed, 1 insertions, 0 deletions
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