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
@@ -143,6 +143,8 @@ public:
* @param source Path to a directory or a .love-file.
**/
bool setSource(const char *source);
bool mount(const char *archive, const char *mountpoint);
bool unmount(const char *archive);
/**
* Creates a new file.