start refactor context states with kubo_state_wall_select
This commit is contained in:
parent
c2c99e73d2
commit
7e065745d2
13 changed files with 349 additions and 103 deletions
6
states/CMakeLists.txt
Normal file
6
states/CMakeLists.txt
Normal 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
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue