diff options
author | drumsetmonkey <abelleisle@roadrunner.com> | 2016-04-28 10:46:38 -0400 |
---|---|---|
committer | drumsetmonkey <abelleisle@roadrunner.com> | 2016-04-28 10:46:38 -0400 |
commit | 68cb663a370747c325eeeeea66cca86803e4b8e5 (patch) | |
tree | b82b7b8d77ff2a3439e99d11589bbf1a3ef1f07c /include/ui.hpp | |
parent | 2e026aff928b30267a39ef6fdeec3e43e9f106e6 (diff) | |
parent | 174bcd3a415c21fc2c59a3af1b6333faa78b37d0 (diff) |
New inventory system
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> |