33 bool LoadValue(
const Hjson::Value& values,
Node& node)
override;
35 void ParseIndustry(
const Hjson::Value& industry_hjson,
Node& node, std::string_view identifier);
Definition: universe.h:39
Definition: universe.h:59
Definition: hjsonloader.h:24
Universe & universe
Definition: hjsonloader.h:35
This loader has to be loaded after PlanetLoader because it adds the cities to the respectve planets
Definition: provinceloader.h:28
Hjson::Value default_val
Definition: provinceloader.h:38
const Hjson::Value & GetDefaultValues() override
Definition: provinceloader.h:32
void ParseIndustry(const Hjson::Value &industry_hjson, Node &node, std::string_view identifier)
Definition: provinceloader.cpp:197
ProvinceLoader(Universe &universe)
Definition: provinceloader.h:30
bool LoadValue(const Hjson::Value &values, Node &node) override
Definition: provinceloader.cpp:32
void PostLoad(const Node &node) override
Definition: provinceloader.cpp:195
Definition: economyloader.cpp:24