diff options
author | rtk0c <[email protected]> | 2021-03-30 19:40:11 -0700 |
---|---|---|
committer | rtk0c <[email protected]> | 2021-03-30 19:40:11 -0700 |
commit | 31950890c939862f79c817053c106bf711c63a64 (patch) | |
tree | 4e02abf37d69ab7d4f988f143b340cfd3d93331c /core/src/UI/States.hpp | |
parent | e75e26da92424528e190a2111acfcc49c657e894 (diff) |
Product items and misc stuff
Diffstat (limited to 'core/src/UI/States.hpp')
-rw-r--r-- | core/src/UI/States.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/src/UI/States.hpp b/core/src/UI/States.hpp index cbb556f..de0510c 100644 --- a/core/src/UI/States.hpp +++ b/core/src/UI/States.hpp @@ -9,6 +9,7 @@ class UIState { public: static void Init(); + static void Shutdown(); static UIState& GetInstance(); public: |