Skip to content

Commit

Permalink
Further THIS | FROM execution infrastructure
Browse files Browse the repository at this point in the history
  • Loading branch information
Hop311 committed Dec 29, 2024
1 parent 65a251d commit fb325d4
Show file tree
Hide file tree
Showing 2 changed files with 320 additions and 74 deletions.
3 changes: 3 additions & 0 deletions src/openvic-simulation/map/ProvinceInstance.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,11 @@ namespace OpenVic {
ordered_set<ArmyInstance*> PROPERTY(armies);
ordered_set<NavyInstance*> PROPERTY(navies);

public:
UNIT_BRANCHED_GETTER(get_unit_instance_groups, armies, navies);
UNIT_BRANCHED_GETTER_CONST(get_unit_instance_groups, armies, navies);

private:
plf::colony<Pop> PROPERTY(pops); // TODO - replace with a more easily vectorisable container?
pop_size_t PROPERTY(total_population);
// TODO - population change (growth + migration), monthly totals + breakdown by source/destination
Expand Down
Loading

0 comments on commit fb325d4

Please sign in to comment.