mirror of
https://github.com/love2d/love.git
synced 2026-08-16 16:20:42 +02:00
Recreate love.filesystem.mount, adding mount and unmount, for your archive (and folder?) pleasure
--HG-- branch : love.filesystem.mount2
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user