diff options
Diffstat (limited to 'src/ui_action.cpp')
-rw-r--r-- | src/ui_action.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui_action.cpp b/src/ui_action.cpp index 264100d..960b222 100644 --- a/src/ui_action.cpp +++ b/src/ui_action.cpp @@ -1,4 +1,5 @@ #include <ui_action.hpp> +#include <world.hpp> #define ACTION_PROLOUGE { actioning = true; } #define ACTION_EPILOUGE { actioning = false; actionHover = 0; } |