Rendering code stripped out of the GUI code.

This commit is contained in:
Zed A. Shaw 2024-10-30 18:54:51 -04:00
parent 009b1e63a7
commit 9397af2a11
9 changed files with 239 additions and 203 deletions

View file

@ -19,6 +19,7 @@ runtests = executable('runtests', [
'rand.cpp',
'sound.cpp',
'collider.cpp',
'render.cpp',
'tests/fsm.cpp',
'tests/dbc.cpp',
'tests/map.cpp',
@ -38,6 +39,7 @@ roguish = executable('roguish', [
'collider.cpp',
'combat.cpp',
'systems.cpp',
'render.cpp',
],
dependencies: dependencies)