Added love.filesystem.getSize (issue #541)

This commit is contained in:
Alex Szpakowski
2013-03-17 01:56:24 -03:00
parent e8c6a3f77c
commit 8d4f35b86b
4 changed files with 49 additions and 0 deletions
@@ -64,6 +64,7 @@ int w_enumerate(lua_State *L);
int w_lines(lua_State *L);
int w_load(lua_State *L);
int w_getLastModified(lua_State *L);
int w_getSize(lua_State *L);
int loader(lua_State *L);
int extloader(lua_State *L);
extern "C" LOVE_EXPORT int luaopen_love_filesystem(lua_State *L);