Refactored out the tilemap since it was mostly doing nothing useful.
This commit is contained in:
parent
ea9f6bf383
commit
3a745d492a
15 changed files with 40 additions and 187 deletions
|
@ -122,7 +122,6 @@ sources = [
|
|||
'stats.cpp',
|
||||
'systems.cpp',
|
||||
'textures.cpp',
|
||||
'tilemap.cpp',
|
||||
'worldbuilder.cpp',
|
||||
'maze.cpp'
|
||||
]
|
||||
|
@ -150,7 +149,6 @@ executable('runtests', sources + [
|
|||
'tests/spatialmap.cpp',
|
||||
'tests/stats.cpp',
|
||||
'tests/textures.cpp',
|
||||
'tests/tilemap.cpp',
|
||||
'tests/mazes.cpp',
|
||||
],
|
||||
cpp_args: cpp_args,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue