memory-related refactor
This commit is contained in:
@@ -12,17 +12,11 @@ class EnginePaths;
|
||||
|
||||
namespace fs = std::filesystem;
|
||||
|
||||
namespace scripting {
|
||||
class Environment;
|
||||
}
|
||||
|
||||
class contentpack_error : public std::runtime_error {
|
||||
std::string packId;
|
||||
fs::path folder;
|
||||
public:
|
||||
contentpack_error(std::string packId,
|
||||
fs::path folder,
|
||||
std::string message);
|
||||
contentpack_error(std::string packId, fs::path folder, std::string message);
|
||||
|
||||
std::string getPackId() const;
|
||||
fs::path getFolder() const;
|
||||
|
||||
Reference in New Issue
Block a user