A bit of a quick test for the GUI system, but not sure how to make this do more.

This commit is contained in:
Zed A. Shaw 2024-12-02 17:02:59 -05:00
parent 48df9248b2
commit c7607533ce
6 changed files with 48 additions and 7 deletions

View file

@ -33,6 +33,7 @@ runtests = executable('runtests', [
'pathing.cpp',
'lights.cpp',
'systems.cpp',
'gui.cpp',
'worldbuilder.cpp',
'tests/fsm.cpp',
'tests/dbc.cpp',
@ -48,6 +49,7 @@ runtests = executable('runtests', [
'tests/sound.cpp',
'tests/pathing.cpp',
'tests/lighting.cpp',
'tests/gui.cpp',
'tests/worldbuilder.cpp',
],
dependencies: dependencies)