mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
Clean up some hacky love.filesystem code.
--HG-- branch : minor
This commit is contained in:
@@ -45,7 +45,6 @@ File *luax_getfile(lua_State *L, int idx);
|
||||
Data *luax_getdata(lua_State *L, int idx);
|
||||
bool luax_cangetdata(lua_State *L, int idx);
|
||||
|
||||
bool hack_setupWriteDirectory();
|
||||
int loader(lua_State *L);
|
||||
int extloader(lua_State *L);
|
||||
extern "C" LOVE_EXPORT int luaopen_love_filesystem(lua_State *L);
|
||||
|
||||
Reference in New Issue
Block a user