Skip to content

Commit

Permalink
Doc comment unit_type::modification_advancements
Browse files Browse the repository at this point in the history
  • Loading branch information
luther9 committed Jun 13, 2017
1 parent 431a38e commit 0c99b6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/units/types.hpp
Expand Up @@ -115,6 +115,7 @@ class unit_type
/// A vector of unit_type ids that can advance to this unit_type.
const std::vector<std::string> advances_from() const;

/// Returns two iterators pointing to a range of AMLA configs.
config::const_child_itors modification_advancements() const
{ return cfg_.child_range("advancement"); }

Expand Down

0 comments on commit 0c99b6d

Please sign in to comment.