diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2015-10-21 08:49:20 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2015-10-21 08:49:20 -0400 |
commit | 11b1b0c29b3911c04a7d784ac9c0c352851be2c9 (patch) | |
tree | 71a5fc7e56ed8f0f35d56f6dc692a333041b4bae /include/Quest.h | |
parent | 826e653d45160ceb7c6b8faa2cf44a6af409c2ba (diff) |
documentation part 3
Diffstat (limited to 'include/Quest.h')
-rw-r--r-- | include/Quest.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/Quest.h b/include/Quest.h index bbcf7ee..75de64c 100644 --- a/include/Quest.h +++ b/include/Quest.h @@ -1,10 +1,9 @@ #ifndef QUEST_H
#define QUEST_H
-#include <vector>
-#include <cstdlib>
#include <cstring>
+#include <common.h>
#include <inventory.h>
#define DEBUG
@@ -28,4 +27,6 @@ public: bool hasQuest(const char *t);
};
+#include <entities.h>
+
#endif // QUEST_H
|