add app.start_debug_instance
This commit is contained in:
@@ -71,6 +71,14 @@ EnginePaths::EnginePaths(CoreParameters& params)
|
||||
io::create_subdevice("config", "user", "config");
|
||||
}
|
||||
|
||||
std::filesystem::path EnginePaths::getResourcesFolder() const {
|
||||
return resourcesFolder;
|
||||
}
|
||||
|
||||
std::filesystem::path EnginePaths::getUserFilesFolder() const {
|
||||
return userFilesFolder;
|
||||
}
|
||||
|
||||
io::path EnginePaths::getNewScreenshotFile(const std::string& ext) const {
|
||||
auto folder = SCREENSHOTS_FOLDER;
|
||||
if (!io::is_directory(folder)) {
|
||||
|
||||
@@ -48,6 +48,9 @@ public:
|
||||
|
||||
EnginePaths(CoreParameters& params);
|
||||
|
||||
std::filesystem::path getResourcesFolder() const;
|
||||
std::filesystem::path getUserFilesFolder() const;
|
||||
|
||||
io::path getWorldFolderByName(const std::string& name);
|
||||
io::path getWorldsFolder() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user