add app.reset_content 'non_reset_packs' optional argument
This commit is contained in:
@@ -34,7 +34,7 @@ public:
|
||||
std::vector<std::string>& getBasePacks();
|
||||
|
||||
/// @brief Reset content to base packs list
|
||||
void resetContent();
|
||||
void resetContent(const std::vector<std::string>& nonReset);
|
||||
|
||||
void loadContent(const std::vector<std::string>& names);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user