mirror of
https://github.com/love2d/love.git
synced 2026-08-18 19:54:22 +02:00
Rewrite the c module loader, adding a search path (fixes #1050)
Note: also removes the restriction that only fused games can load libraries from their save folders. --HG-- branch : minor
This commit is contained in:
@@ -261,6 +261,7 @@ public:
|
||||
// Require path accessors
|
||||
// Not const because it's R/W
|
||||
virtual std::vector<std::string> &getRequirePath() = 0;
|
||||
virtual std::vector<std::string> &getCRequirePath() = 0;
|
||||
|
||||
/**
|
||||
* Allows a full (OS-dependent) path to be used with Filesystem::mount.
|
||||
|
||||
Reference in New Issue
Block a user