A bit of cleanup and refinement before refactoring.

This commit is contained in:
Zed A. Shaw 2024-12-01 08:08:06 -05:00
parent e86d474c7c
commit 10c152a1c2
5 changed files with 63 additions and 37 deletions

View file

@ -35,13 +35,13 @@ runtests = executable('runtests', [
'tests/map.cpp',
'tests/collider.cpp',
'tests/components.cpp',
'tests/sound.cpp',
'tests/dinkyecs.cpp',
'tests/ansi_parser.cpp',
'tests/config.cpp',
'tests/save.cpp',
'tests/render.cpp',
'tests/panel.cpp',
'tests/sound.cpp',
],
dependencies: dependencies)