mirror of
https://gitlab.com/Syping/luaengineapp.git
synced 2025-09-15 21:21:41 +02:00
add LuaEngineAddon
This commit is contained in:
parent
8091a092ab
commit
bf3d74fb21
12 changed files with 105 additions and 48 deletions
|
@ -21,12 +21,6 @@
|
|||
#include <QString>
|
||||
#include <QObject>
|
||||
|
||||
LuaEngineOS::LuaEngineOS(QObject *parent, bool loadBaseLibraries) : LuaEngine(parent, loadBaseLibraries)
|
||||
{
|
||||
L = luaState();
|
||||
pushClass(L);
|
||||
}
|
||||
|
||||
void LuaEngineOS::pushClass(lua_State *L_p)
|
||||
{
|
||||
// Process
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue