Re-add love.filesystem.exists.

It's still useful sometimes because it's a bit cheaper than getInfo.
This commit is contained in:
Alex Szpakowski
2022-04-22 21:11:39 -03:00
parent b8ff64e9e3
commit 4e051c6faa
4 changed files with 22 additions and 0 deletions
@@ -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;