Initial stab at pulling the pathing out.

This commit is contained in:
Zed A. Shaw 2024-12-01 09:49:48 -05:00
parent d515c33afc
commit e05335b153
5 changed files with 156 additions and 1 deletions

View file

@ -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)