Recreate love.filesystem.mount, adding mount and unmount, for your archive (and folder?) pleasure

--HG--
branch : love.filesystem.mount2
This commit is contained in:
Bart van Strien
2013-06-22 14:58:12 +02:00
parent 2426d97450
commit bff2c1b5f1
4 changed files with 53 additions and 0 deletions
@@ -42,6 +42,8 @@ int w_setRelease(lua_State *L);
int w_setIdentity(lua_State *L);
int w_getIdentity(lua_State *L);
int w_setSource(lua_State *L);
int w_mount(lua_State *L);
int w_unmount(lua_State *L);
int w_newFile(lua_State *L);
int w_newFileData(lua_State *L);
int w_getWorkingDirectory(lua_State *L);