start refactor context states with kubo_state_wall_select

This commit is contained in:
Luka Jankovic 2025-08-31 02:22:29 +02:00
parent c2c99e73d2
commit 7e065745d2
13 changed files with 349 additions and 103 deletions

6
states/CMakeLists.txt Normal file
View file

@ -0,0 +1,6 @@
set(STATES_SOURCES
${CMAKE_CURRENT_SOURCE_DIR}/kubo_state_normal.c
${CMAKE_CURRENT_SOURCE_DIR}/kubo_state_command.c
${CMAKE_CURRENT_SOURCE_DIR}/kubo_state_wall_select.c
PARENT_SCOPE
)