Quick renaming of stuff to be more generic as 'AI'. Now maybe I can get some sweet sweet investor money.

This commit is contained in:
Zed A. Shaw 2025-03-10 22:30:56 -04:00
parent 9d6dc2f5dd
commit a079f882df
7 changed files with 95 additions and 289 deletions

View file

@ -93,7 +93,7 @@ sources = [
'config.cpp',
'dbc.cpp',
'devices.cpp',
'goap.cpp',
'ai.cpp',
'guecs.cpp',
'gui_fsm.cpp',
'inventory.cpp',
@ -131,7 +131,7 @@ executable('runtests', sources + [
'tests/dbc.cpp',
'tests/dinkyecs.cpp',
'tests/fsm.cpp',
'tests/goap.cpp',
'tests/ai.cpp',
'tests/guecs.cpp',
'tests/inventory.cpp',
'tests/lel.cpp',