mirror of
https://github.com/love2d/love.git
synced 2026-08-16 16:20:42 +02:00
Re-add love.filesystem.exists.
It's still useful sometimes because it's a bit cheaper than getInfo.
This commit is contained in:
@@ -82,6 +82,7 @@ public:
|
||||
|
||||
std::string getRealDirectory(const char *filename) const override;
|
||||
|
||||
bool exists(const char *filepath) const override;
|
||||
bool getInfo(const char *filepath, Info &info) const override;
|
||||
|
||||
bool createDirectory(const char *dir) override;
|
||||
|
||||
Reference in New Issue
Block a user