Results of today's code review session.

This commit is contained in:
Zed A. Shaw 2025-01-05 15:07:30 -05:00
parent 14b3ea7676
commit f35b74f335
21 changed files with 64 additions and 59 deletions

View file

@ -24,7 +24,7 @@ runtests = executable('runtests', [
'rand.cpp',
'sound.cpp',
'combat.cpp',
'collider.cpp',
'spatialmap.cpp',
'ansi_parser.cpp',
'config.cpp',
'save.cpp',
@ -41,7 +41,7 @@ runtests = executable('runtests', [
'tests/fsm.cpp',
'tests/dbc.cpp',
'tests/map.cpp',
'tests/collider.cpp',
'tests/spatialmap.cpp',
'tests/components.cpp',
'tests/dinkyecs.cpp',
'tests/ansi_parser.cpp',
@ -67,7 +67,7 @@ roguish = executable('roguish', [
'gui.cpp',
'rand.cpp',
'sound.cpp',
'collider.cpp',
'spatialmap.cpp',
'combat.cpp',
'systems.cpp',
'ansi_parser.cpp',