A bit more cleanup to avoid duplicate testing and to separate the GOAP algorithm code from the little AI Manager thing.

This commit is contained in:
Zed A. Shaw 2025-03-11 10:57:29 -04:00
parent b2c1b220ac
commit 3f83d3f0bb
8 changed files with 296 additions and 290 deletions

View file

@ -80,9 +80,8 @@ dependencies += [
sfml_window, ftxui_screen, ftxui_dom, ftxui_component
]
sources = [
'ai.cpp',
'ansi_parser.cpp',
'autowalker.cpp',
'boss_fight_ui.cpp',
@ -93,7 +92,7 @@ sources = [
'config.cpp',
'dbc.cpp',
'devices.cpp',
'ai.cpp',
'goap.cpp',
'guecs.cpp',
'gui_fsm.cpp',
'inventory.cpp',