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:104
Definition: universe.h:38
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:204
ProvinceLoader(Universe &universe)
Definition: provinceloader.h:30
bool LoadValue(const Hjson::Value &values, Node &node) override
Definition: provinceloader.cpp:31
void PostLoad(const Node &node) override
Definition: provinceloader.cpp:202
Definition: fields.cpp:36