Initial stab at pulling the pathing out.
This commit is contained in:
parent
d515c33afc
commit
e05335b153
5 changed files with 156 additions and 1 deletions
|
@ -30,6 +30,7 @@ runtests = executable('runtests', [
|
|||
'save.cpp',
|
||||
'panel.cpp',
|
||||
'render.cpp',
|
||||
'pathing.cpp',
|
||||
'tests/fsm.cpp',
|
||||
'tests/dbc.cpp',
|
||||
'tests/map.cpp',
|
||||
|
@ -42,6 +43,7 @@ runtests = executable('runtests', [
|
|||
'tests/render.cpp',
|
||||
'tests/panel.cpp',
|
||||
'tests/sound.cpp',
|
||||
'tests/pathing.cpp',
|
||||
],
|
||||
dependencies: dependencies)
|
||||
|
||||
|
@ -60,6 +62,7 @@ roguish = executable('roguish', [
|
|||
'config.cpp',
|
||||
'save.cpp',
|
||||
'panel.cpp',
|
||||
'pathing.cpp',
|
||||
],
|
||||
dependencies: dependencies)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue