diff options
Diffstat (limited to 'src/ui.cpp')
-rw-r--r-- | src/ui.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -9,6 +9,7 @@ #include <engine.hpp> #include <events.hpp> #include <window.hpp> +#include <player.hpp> #include <chrono> using namespace std::literals::chrono_literals; @@ -851,9 +852,6 @@ namespace ui { auto SCREEN_HEIGHT = static_cast<float>(game::SCREEN_HEIGHT); // will return if not toggled - //action::draw(vec2 {player->loc.x + player->width / 2, player->loc.y + player->height + game::HLINE}); - - // will return if not toggled quest::draw(); if (pageTexReady) { |