Add proper state manager

This commit is contained in:
Lorow
2024-09-21 14:13:44 +02:00
parent e6e884b54c
commit 336db18f97
7 changed files with 151 additions and 25 deletions

View File

@@ -0,0 +1,3 @@
idf_component_register(SRCS "StateManager/StateManager.cpp"
INCLUDE_DIRS "StateManager"
)