diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2016-03-31 08:12:42 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2016-03-31 08:12:42 -0400 |
commit | e1f2c0a372c2fd2b3a14966848fc6abb520fa5c7 (patch) | |
tree | f01ab87bc0e3e37adc3bafc33f54373c73b89a45 /include/entities.hpp | |
parent | bf8596a280f067bcfc0ff81bec0e94bb860230c8 (diff) |
stoopid
Diffstat (limited to 'include/entities.hpp')
-rw-r--r-- | include/entities.hpp | 4 |
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> |