cleanup ContentControl
This commit is contained in:
@@ -43,7 +43,6 @@ struct ContentPack {
|
||||
std::string creator = "";
|
||||
std::string description = "no description";
|
||||
io::path folder;
|
||||
std::string path;
|
||||
std::vector<DependencyPack> dependencies;
|
||||
std::string source = "";
|
||||
|
||||
@@ -58,7 +57,7 @@ struct ContentPack {
|
||||
static const std::vector<std::string> RESERVED_NAMES;
|
||||
|
||||
static bool is_pack(const io::path& folder);
|
||||
static ContentPack read(const std::string& path, const io::path& folder);
|
||||
static ContentPack read(const io::path& folder);
|
||||
|
||||
static void scanFolder(
|
||||
const io::path& folder, std::vector<ContentPack>& packs
|
||||
|
||||
Reference in New Issue
Block a user