Refactored the GUECS system to have its own namespace then got Meter to work.

This commit is contained in:
Zed A. Shaw 2025-02-18 12:51:28 -05:00
parent 9c66e870d2
commit 722d55d948
9 changed files with 206 additions and 177 deletions

View file

@ -61,7 +61,7 @@ sources = [
'config.cpp',
'dbc.cpp',
'devices.cpp',
'ecs_gui.cpp',
'guecs.cpp',
'gui.cpp',
'inventory.cpp',
'lel.cpp',
@ -92,7 +92,7 @@ executable('runtests', sources + [
'tests/base.cpp',
'tests/dbc.cpp',
'tests/dinkyecs.cpp',
'tests/ecs_gui.cpp',
'tests/guecs.cpp',
'tests/fsm.cpp',
'tests/inventory.cpp',
'tests/lel.cpp',