Trying out an FSM for controlling the main loop.

This commit is contained in:
Zed A. Shaw 2025-02-04 00:52:54 -05:00
parent 740e30cb2b
commit 7228bdf210
6 changed files with 247 additions and 80 deletions

View file

@ -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])