From 6032ae108064650324b2c45352e1baa5b36961cc Mon Sep 17 00:00:00 2001 From: rtk0c Date: Mon, 29 Mar 2021 13:47:55 -0700 Subject: Project tab --- core/src/UI/States.hpp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 core/src/UI/States.hpp (limited to 'core/src/UI/States.hpp') diff --git a/core/src/UI/States.hpp b/core/src/UI/States.hpp new file mode 100644 index 0000000..d1c1faf --- /dev/null +++ b/core/src/UI/States.hpp @@ -0,0 +1,14 @@ +#pragma once + +#include "cplt_fwd.hpp" + +#include + +class UIState { +public: + static void Init(); + static UIState& GetInstance(); + +public: + std::unique_ptr CurrentProject; +}; -- cgit v1.2.3-70-g09d2