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