Added two new stack disciplines to LuaStack

This commit is contained in:
2023-04-06 20:12:03 -04:00
parent b8df2bbc89
commit 7f000bc0fd
26 changed files with 401 additions and 271 deletions

View File

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