diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2016-04-26 15:25:03 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2016-04-26 15:25:03 -0400 |
commit | 88c21e763178856aef0155595d49085919205951 (patch) | |
tree | e3bcd6caa28bf0014eeccd3a3c8582ec2b1b7e7c /include/ui.hpp | |
parent | 202285e89814929e551f9568b84212282b5883fe (diff) |
mobs are a-okay
Diffstat (limited to 'include/ui.hpp')
-rw-r--r-- | include/ui.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ui.hpp b/include/ui.hpp index 9e69497..7cee885 100644 --- a/include/ui.hpp +++ b/include/ui.hpp @@ -21,10 +21,10 @@ // local game headers #include <common.hpp> #include <config.hpp> +#include <entities.hpp> #include <inventory.hpp> #include <ui_menu.hpp> #include <ui_action.hpp> -#include <world.hpp> // local library headers #include <SDL2/SDL_opengl.h> |