mirror of
https://github.com/love2d/love.git
synced 2026-08-17 11:00:31 +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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user