Refined the FSM to allow easily passing in data to the even handler and state functions.
This commit is contained in:
parent
40ba7f0b66
commit
c9425aebf9
7 changed files with 75 additions and 74 deletions
|
@ -39,6 +39,7 @@ executable('escape_turings_tarpit',
|
|||
runtests = executable('runtests', [
|
||||
'game_engine.cpp',
|
||||
'tests/game_engine.cpp',
|
||||
'tests/fsm.cpp',
|
||||
],
|
||||
dependencies: dependencies + [catch2])
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue