From 30f488cdcb88dad5dd1df425588cb6a7fd206bb5 Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Mon, 5 Dec 2022 22:55:40 +0100 Subject: Sketch ImGUI: - Still needs font rendering --- src/states/titleState.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/states/titleState.h') diff --git a/src/states/titleState.h b/src/states/titleState.h index 8b914d8..83339f8 100644 --- a/src/states/titleState.h +++ b/src/states/titleState.h @@ -2,8 +2,10 @@ #define STATES_TITLESTATE_H #include "../states.h" +#include "../ui.h" class TitleState : public State{ + UI ui; public: TitleState(StateStack &stack, State::Context context); virtual void update(sf::Time dt) override; -- cgit v1.2.3