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

@@ -9,7 +9,7 @@
#include <iostream>
LuaConsole::LuaConsole() {
lua_state_ = LuaOldStack::newstate(eng::l_alloc);
lua_state_ = LuaCoreStack::newstate(eng::l_alloc);
clear_raw_input();
}