diff options
author | chai <chaifix@163.com> | 2021-10-25 23:29:21 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-10-25 23:29:21 +0800 |
commit | 7ecf913256fb396e3027aac3318d996a716a52ef (patch) | |
tree | 4540835c881a63b665e2a692bf30115fd29e8bb0 /Runtime/Scripting/FileSystem/FileSystem.bind.cpp | |
parent | 0816cd70ca1a213b6ed872bcf3c0bf0912473722 (diff) |
+ job system
Diffstat (limited to 'Runtime/Scripting/FileSystem/FileSystem.bind.cpp')
-rw-r--r-- | Runtime/Scripting/FileSystem/FileSystem.bind.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Runtime/Scripting/FileSystem/FileSystem.bind.cpp b/Runtime/Scripting/FileSystem/FileSystem.bind.cpp deleted file mode 100644 index fea8b57..0000000 --- a/Runtime/Scripting/FileSystem/FileSystem.bind.cpp +++ /dev/null @@ -1,10 +0,0 @@ -#include <iostream>
-
-#include "Runtime/Lua/LuaBind/LuaBind.h"
-
-int luaopen_GameLab_FileSystem(lua_State* L)
-{
-
- return 1;
-}
-
|