From 7ecf913256fb396e3027aac3318d996a716a52ef Mon Sep 17 00:00:00 2001 From: chai Date: Mon, 25 Oct 2021 23:29:21 +0800 Subject: + job system --- Runtime/Scripting/FileSystem/FileSystem.bind.cpp | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 Runtime/Scripting/FileSystem/FileSystem.bind.cpp (limited to 'Runtime/Scripting/FileSystem/FileSystem.bind.cpp') 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 - -#include "Runtime/Lua/LuaBind/LuaBind.h" - -int luaopen_GameLab_FileSystem(lua_State* L) -{ - - return 1; -} - -- cgit v1.1-26-g67d0