Add class vector. Change probe_lua_call to handle multiple return values.

This commit is contained in:
2025-02-26 16:45:11 -05:00
parent 23f6401a93
commit 3da5e7534a
5 changed files with 73 additions and 9 deletions

View File

@@ -71,6 +71,7 @@ OBJ_CORE=\
build/$(OS)/core/planemap.obj\
build/$(OS)/core/pprint.obj\
build/$(OS)/core/luaconsole.obj\
build/$(OS)/core/luavector.obj\
build/$(OS)/core/idalloc.obj\
build/$(OS)/core/globaldb.obj\
build/$(OS)/core/sched.obj\