GOAP is now working in a basic way, time to clean it up.

This commit is contained in:
Zed A. Shaw 2025-03-10 11:06:26 -04:00
parent 2992193447
commit 01525388ec
6 changed files with 183 additions and 179 deletions

View file

@ -93,6 +93,7 @@ sources = [
'config.cpp',
'dbc.cpp',
'devices.cpp',
'goap.cpp',
'guecs.cpp',
'gui_fsm.cpp',
'inventory.cpp',
@ -120,14 +121,6 @@ sources = [
'textures.cpp',
'tilemap.cpp',
'worldbuilder.cpp',
'goap2/Action.cpp',
'goap2/Action.h',
'goap2/Node.cpp',
'goap2/Node.h',
'goap2/Planner.cpp',
'goap2/Planner.h',
'goap2/WorldState.cpp',
'goap2/WorldState.h',
]
executable('runtests', sources + [