summaryrefslogtreecommitdiff
path: root/include/s
diff options
context:
space:
mode:
authorrobojumper <robojumper@gmail.com>2024-10-06 22:34:31 +0200
committerGitHub <noreply@github.com>2024-10-06 16:34:31 -0400
commitf8e61c7de8b2b8d2b2174f33457b1357175e2c0d (patch)
tree8bc6000f32e20b0466fea7c8097b97de8cef1d36 /include/s
parent25d80826c74e968ef61591b7b973534a53244dba (diff)
More d/lyt (#52)
* More Lyt (maybe some wrong type associations) * more meter * Rename * More splits and renames * Fix SizedString conversion operators * Renames * dLytBattery_c almost OK * d_lyt_battery OK * diff clean * Continue doing splits while I'm at it * two more splits
Diffstat (limited to 'include/s')
-rw-r--r--include/s/s_State.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/s/s_State.hpp b/include/s/s_State.hpp
index 9ec6614a..54559191 100644
--- a/include/s/s_State.hpp
+++ b/include/s/s_State.hpp
@@ -22,4 +22,7 @@
void dummy_GetStateID() { \
mStateMgr.getStateID(); \
}
+
+#define UI_STATE_MGR_DECLARE(class_name) \
+ sFStateMgr_c<class_name, sStateMethodUsr_FI_c> mStateMgr;
#endif