mirror of
https://github.com/love2d/love.git
synced 2026-08-17 11:00:31 +02:00
Add love.filesystem.getLastModified (issue #163)
This commit is contained in:
@@ -278,6 +278,8 @@ namespace physfs
|
||||
**/
|
||||
int load(lua_State * L);
|
||||
|
||||
int getLastModified(lua_State * L);
|
||||
|
||||
}; // Filesystem
|
||||
|
||||
} // physfs
|
||||
|
||||
Reference in New Issue
Block a user