|
|
@@ -37,10 +37,10 @@ std::string plugin(plugin::Plugin* plugin, std::string filename = ""); |
|
|
|
|
|
|
|
|
|
|
|
// Set these before calling init() to override the default paths |
|
|
|
PRIVATE extern std::string systemDir; |
|
|
|
PRIVATE extern std::string userDir; |
|
|
|
extern std::string systemDir; |
|
|
|
extern std::string userDir; |
|
|
|
// Only defined on Mac |
|
|
|
PRIVATE extern std::string bundlePath; |
|
|
|
extern std::string bundlePath; |
|
|
|
|
|
|
|
|
|
|
|
} // namespace asset |
|
|
|