diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2015-10-01 08:24:30 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2015-10-01 08:24:30 -0400 |
commit | 9757c1c7e8704080c4e20cde442baf06960e98e7 (patch) | |
tree | e63438c079b9a934d4158375525f146b1b2904b3 /include | |
parent | b06afc53ce5fa36544218b524f963725bf180fc1 (diff) |
world stuff in sep. file
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
|