aboutsummaryrefslogtreecommitdiffstats
path: root/include/entities.hpp
diff options
context:
space:
mode:
authordrumsetmonkey <abelleisle@roadrunner.com>2016-03-31 08:11:07 -0400
committerdrumsetmonkey <abelleisle@roadrunner.com>2016-03-31 08:11:07 -0400
commitba627aebb20e19b800133abe24fb7d9e650055c3 (patch)
treeda033b65fe254d4d445318cfbf3bb916268c1e64 /include/entities.hpp
parentbf8596a280f067bcfc0ff81bec0e94bb860230c8 (diff)
Fixed white border around background
Diffstat (limited to 'include/entities.hpp')
-rw-r--r--include/entities.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/entities.hpp b/include/entities.hpp
index c62e625..e7864d0 100644
--- a/include/entities.hpp
+++ b/include/entities.hpp
@@ -2,9 +2,9 @@
#define ENTITIES_H
#include <common.hpp>
-#include <Quest.hpp>
+#include <quest.hpp>
#include <inventory.hpp>
-#include <Texture.hpp>
+#include <texture.hpp>
#include <sstream>