Rendering code stripped out of the GUI code.
This commit is contained in:
parent
009b1e63a7
commit
9397af2a11
9 changed files with 239 additions and 203 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue