Updated love.filesystem's C library loader for require to look in paths added via love.filesystem.mount, when in fused mode

This commit is contained in:
Alex Szpakowski
2014-03-12 06:19:56 -03:00
parent 98873b593a
commit a13fd761cc
3 changed files with 40 additions and 3 deletions
@@ -166,6 +166,11 @@ public:
**/
std::string getSourceBaseDirectory() const;
/**
* Gets the real directory path containing the file.
**/
std::string getRealDirectory(const char *filename) const;
/**
* Checks whether a file exists in the current search path
* or not.