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, 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;
-}
-