diff options
Diffstat (limited to 'core/src/UI/States.hpp')
-rw-r--r-- | core/src/UI/States.hpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/core/src/UI/States.hpp b/core/src/UI/States.hpp index 4cc3b0f..d314494 100644 --- a/core/src/UI/States.hpp +++ b/core/src/UI/States.hpp @@ -2,12 +2,13 @@ #include "cplt_fwd.hpp" -#include <memory> #include <imgui.h> +#include <memory> /// Minimal state shared by all UI components, such as database, items, export, etc. /// Note that global components (settings) is not supposed to access these. -class UIState { +class UIState +{ public: static void Init(); static void Shutdown(); |