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