aboutsummaryrefslogtreecommitdiffstats
path: root/include/entities.h
diff options
context:
space:
mode:
authordrumsetmonkey <abelleisle@roadrunner.com>2015-12-16 07:32:28 -0500
committerdrumsetmonkey <abelleisle@roadrunner.com>2015-12-16 07:32:28 -0500
commitbf82dd59140d32f4eb265ae69a44784b5fda116a (patch)
tree4c5d628fcdb800781daa69ede30ee916816297c1 /include/entities.h
parente67bfdde0b7e15ac6bc29993a92a89a844474554 (diff)
Stuff
Diffstat (limited to 'include/entities.h')
-rw-r--r--include/entities.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/entities.h b/include/entities.h
index 1abe886..7a97200 100644
--- a/include/entities.h
+++ b/include/entities.h
@@ -138,7 +138,7 @@ public:
virtual ~Entity(){}
};
-class Player : public Entity {
+class Player : public Entity{
public:
QuestHandler qh;
bool light = false;
@@ -147,7 +147,6 @@ public:
~Player();
void interact();
};
-
class NPC : public Entity{
public:
std::vector<int (*)(NPC *)>aiFunc;