summaryrefslogtreecommitdiff
path: root/Runtime/Scripting/FileSystem/FileSystem.bind.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Runtime/Scripting/FileSystem/FileSystem.bind.cpp')
-rw-r--r--Runtime/Scripting/FileSystem/FileSystem.bind.cpp10
1 files changed, 10 insertions, 0 deletions
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 <iostream>
+
+#include "Runtime/Lua/LuaBind/LuaBind.h"
+
+int luaopen_GameLab_FileSystem(lua_State* L)
+{
+
+ return 1;
+}
+