Refactored out main.cpp to be a separate gui and using an FSM to keep the turn based nature straight.

This commit is contained in:
Zed A. Shaw 2025-02-04 12:56:20 -05:00
parent 7228bdf210
commit 1d3a76e5ee
8 changed files with 300 additions and 260 deletions

View file

@ -47,6 +47,7 @@ sources = [
'config.cpp',
'dbc.cpp',
'devices.cpp',
'gui.cpp',
'inventory.cpp',
'levelmanager.cpp',
'lights.cpp',