BREAKING: First idea for the combat system but there's a bug in goap where I'm not removing closed parts or something like that.

This commit is contained in:
Zed A. Shaw 2025-03-15 22:30:10 -04:00
parent 75db188dc6
commit 63f032ff12
8 changed files with 130 additions and 4 deletions

View file

@ -126,6 +126,7 @@ sources = [
executable('runtests', sources + [
'tests/ansi_parser.cpp',
'tests/base.cpp',
'tests/combat.cpp',
'tests/components.cpp',
'tests/config.cpp',
'tests/dbc.cpp',