Plan invocations are now serializable objects

This commit is contained in:
2021-07-19 15:32:34 -04:00
parent a39eb4a218
commit 92f7d8cd91
9 changed files with 133 additions and 15 deletions

View File

@@ -2,6 +2,7 @@
CXX=g++ -std=c++17 -Wall -g -Iinc -Icpp
CPP_FILES=\
cpp/invocation.cpp\
cpp/spookyv2.cpp\
cpp/util.cpp\
cpp/luastack.cpp\