Refactored the GUECS system to have its own namespace then got Meter to work.
This commit is contained in:
parent
9c66e870d2
commit
722d55d948
9 changed files with 206 additions and 177 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue