aboutsummaryrefslogtreecommitdiffstats
path: root/include/entities.h
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2015-10-13 08:47:09 -0400
committerClyne Sullivan <tullivan99@gmail.com>2015-10-13 08:47:09 -0400
commitcf8ed3fe2dfb2e5f569e1dbb3fd19c2673bd4b53 (patch)
tree677e5075aa5088ec91090dc7b563c883e835c173 /include/entities.h
parent8f2f66a7b90f97911bbffce3ccc8c7ad01ba61ad (diff)
quest debug
Diffstat (limited to 'include/entities.h')
-rw-r--r--include/entities.h4
1 files changed, 2 insertions, 2 deletions
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
+**/