mirror of
https://gitlab.com/Syping/luaengineapp.git
synced 2025-10-08 00:05:28 +02:00
add linkFile
This commit is contained in:
parent
98f65a669f
commit
97ed09b3f9
2 changed files with 47 additions and 1 deletions
|
@ -31,6 +31,7 @@ public:
|
|||
static void pushClass(lua_State *L_p);
|
||||
static void pushClass(LuaEngine *luaEngine);
|
||||
static int directoryListFiles(lua_State *L_p);
|
||||
static int linkFile(lua_State *L_p);
|
||||
static int executeProcess(lua_State *L_p);
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue