summaryrefslogtreecommitdiff
path: root/Runtime/Scripting/FileSystem/FileSystem.bind.cpp
blob: fea8b5769bcb8a1038412fb5e9dbf4c27ae7d137 (plain)
1
2
3
4
5
6
7
8
9
10
#include <iostream>

#include "Runtime/Lua/LuaBind/LuaBind.h"

int luaopen_GameLab_FileSystem(lua_State* L)
{

    return 1;
}