aboutsummaryrefslogtreecommitdiffstats
path: root/include/Quest.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/Quest.h')
-rw-r--r--include/Quest.h5
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