From 1fd1e4b5f2418e3ac2909658993bfedb615537ec Mon Sep 17 00:00:00 2001 From: rtk0c Date: Thu, 6 May 2021 21:56:40 -0700 Subject: Change brace style to on new line, add initial deliveries view when an order entry is selected --- core/src/UI/States.hpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'core/src/UI/States.hpp') 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 #include +#include /// 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(); -- cgit v1.2.3-70-g09d2