Now can load action specs from JSON.

This commit is contained in:
Zed A. Shaw 2025-03-10 14:07:31 -04:00
parent 3d8a2d4342
commit 9d6dc2f5dd
4 changed files with 138 additions and 69 deletions

View file

@ -41,7 +41,7 @@ clean:
meson compile --clean -C builddir
debug_test: build
gdb --nx -x .gdbinit --ex run --args builddir/runtests.exe -e
gdb --nx -x .gdbinit --ex run --args builddir/runtests.exe -e "[goap]"
win_installer:
powershell 'start "C:\Program Files (x86)\solicus\InstallForge\bin\ifbuilderenvx86.exe" win_installer.ifp'