Trying out an FSM for controlling the main loop.
This commit is contained in:
parent
740e30cb2b
commit
7228bdf210
6 changed files with 247 additions and 80 deletions
|
@ -77,6 +77,7 @@ executable('runtests', sources + [
|
|||
'tests/pathing.cpp',
|
||||
'tests/spatialmap.cpp',
|
||||
'tests/tilemap.cpp',
|
||||
'tests/fsm.cpp',
|
||||
'tests/worldbuilder.cpp',
|
||||
], override_options: exe_defaults,
|
||||
dependencies: dependencies + [catch2])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue