From 922495098aea1ca569369da664dddb9780d07768 Mon Sep 17 00:00:00 2001 From: chai Date: Tue, 19 Oct 2021 19:52:29 +0800 Subject: *misc --- Runtime/Scripting/FileSystem/FileSystem.bind.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) create 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 new file mode 100644 index 0000000..fea8b57 --- /dev/null +++ b/Runtime/Scripting/FileSystem/FileSystem.bind.cpp @@ -0,0 +1,10 @@ +#include + +#include "Runtime/Lua/LuaBind/LuaBind.h" + +int luaopen_GameLab_FileSystem(lua_State* L) +{ + + return 1; +} + -- cgit v1.1-26-g67d0