Start the level manager for tomorrow.
This commit is contained in:
parent
3a16595ca7
commit
193f5f915e
4 changed files with 39 additions and 0 deletions
|
@ -22,6 +22,7 @@ source=[
|
|||
'matrix.cpp',
|
||||
'tilemap.cpp',
|
||||
'map.cpp',
|
||||
'levelmanager.cpp',
|
||||
'gui.cpp',
|
||||
'rand.cpp',
|
||||
'sound.cpp',
|
||||
|
@ -59,6 +60,7 @@ runtests = executable('runtests',
|
|||
'tests/sound.cpp',
|
||||
'tests/pathing.cpp',
|
||||
'tests/lighting.cpp',
|
||||
'tests/levelmanager.cpp',
|
||||
'tests/gui.cpp',
|
||||
'tests/worldbuilder.cpp',
|
||||
'tests/inventory.cpp',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue