From 72004f7f2eb558814b78630b25e23b968ac068ea Mon Sep 17 00:00:00 2001 From: tom Date: Sat, 2 May 2015 22:51:52 -0500 Subject: fixed in file naming --- inc/creature.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inc/creature.hpp') 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 { -- cgit v1.2.3