summaryrefslogtreecommitdiff
path: root/inc/creature.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'inc/creature.hpp')
-rw-r--r--inc/creature.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/creature.hpp b/inc/creature.hpp
index eef0d03..c0e80a7 100644
--- a/inc/creature.hpp
+++ b/inc/creature.hpp
@@ -1,7 +1,7 @@
#ifndef creature_h
#define creature_h
-#include "entity.h"
+#include "entity.hpp"
class Creature: public Entity
{