mirror of
https://gitlab.com/Syping/luaengineapp.git
synced 2025-12-14 23:56:24 +01:00
add LuaEngineAddon
This commit is contained in:
parent
8091a092ab
commit
bf3d74fb21
12 changed files with 105 additions and 48 deletions
|
|
@ -32,12 +32,6 @@
|
|||
#include "unistd.h"
|
||||
#endif
|
||||
|
||||
LuaEngineIO::LuaEngineIO(QObject *parent, bool loadBaseLibraries) : LuaEngine(parent, loadBaseLibraries)
|
||||
{
|
||||
L = luaState();
|
||||
pushClass(L);
|
||||
}
|
||||
|
||||
void LuaEngineIO::pushClass(lua_State *L_p)
|
||||
{
|
||||
// Directory
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue