Add love.filesystem.getLastModified (issue #163)

This commit is contained in:
Bart van Strien
2011-01-06 22:54:51 +01:00
parent 089da5b08d
commit aa7ec54121
4 changed files with 23 additions and 0 deletions
@@ -57,6 +57,7 @@ namespace physfs
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 loader(lua_State * L);
extern "C" LOVE_EXPORT int luaopen_love_filesystem(lua_State * L);