At this point, most functions have been LuaStack refactored

This commit is contained in:
2023-04-07 14:20:45 -04:00
parent 44c5a56172
commit 4f0713c9cb
9 changed files with 240 additions and 161 deletions

View File

@@ -10,8 +10,8 @@
LuaSnap::LuaSnap() {
state_ = LuaOldStack::newstate(eng::l_alloc);
LuaOldStack LS(state_);
state_ = LuaCoreStack::newstate(eng::l_alloc);
LuaExtStack LS(state_);
// Create the persist table and the unpersist table.
//