diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/Quest.h | 1 |
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
|