20 #ifndef ANTKEEPER_GAME_ALLOMETRIC_GROWTH_COMPONENT_HPP
21 #define ANTKEEPER_GAME_ALLOMETRIC_GROWTH_COMPONENT_HPP
24 #include <unordered_map>
32 std::unordered_map<bone_index_type, float>
rates;
Growth component with seperable rates for different body parts.
std::unordered_map< bone_index_type, float > rates
Growth rates of each bone.