mirror of
https://github.com/love2d/love.git
synced 2026-08-17 02:58:31 +02:00
Add love.filesystem.openFile. Deprecate love.filesystem.newFile.
This commit is contained in:
@@ -71,7 +71,7 @@ public:
|
||||
bool unmount(CommonPath path) override;
|
||||
bool unmountFullPath(const char *fullpath) override;
|
||||
|
||||
love::filesystem::File *newFile(const char *filename, File::Mode mode = File::MODE_CLOSED) const override;
|
||||
love::filesystem::File *openFile(const char *filename, File::Mode mode) const override;
|
||||
|
||||
std::string getFullCommonPath(CommonPath path) override;
|
||||
const char *getWorkingDirectory() override;
|
||||
|
||||
Reference in New Issue
Block a user