GOAP now uses only bit operations to do its thing.

This commit is contained in:
Zed A. Shaw 2025-03-10 12:13:08 -04:00
parent 01525388ec
commit 3d8a2d4342
4 changed files with 54 additions and 41 deletions

View file

@ -22,7 +22,7 @@ tracy_build:
meson compile -j 10 -C builddir
test: build
./builddir/runtests
./builddir/runtests "[goap]"
run: build test
powershell "cp ./builddir/zedcaster.exe ."