aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/Quest.h2
-rw-r--r--include/entities.h4
2 files changed, 4 insertions, 2 deletions
diff --git a/include/Quest.h b/include/Quest.h
index 11d04a6..bbcf7ee 100644
--- a/include/Quest.h
+++ b/include/Quest.h
@@ -7,6 +7,8 @@
#include <inventory.h>
+#define DEBUG
+
#define TOTAL_QUESTS 1
class Quest {
diff --git a/include/entities.h b/include/entities.h
index ecfe539..537ed49 100644
--- a/include/entities.h
+++ b/include/entities.h
@@ -51,7 +51,7 @@ public:
private:
};
-class Player : public Entity{
+class Player : public Entity {
public:
QuestHandler qh;
Player();
@@ -95,4 +95,4 @@ ENTITY TYPES
|
2 MOBS
|->1 Skirl
-**/ \ No newline at end of file
+**/