Antkeeper
0.0.1
|
#include <ant-species.hpp>
Public Attributes | |
std::unordered_map< ant_caste_type, ant_phenome > | phenomes |
Caste-specific phenomes. More... | |
std::unordered_map< caste, std::shared_ptr< render::model > > | models |
Caste-specific models. More... | |
Definition at line 29 of file ant-species.hpp.
std::unordered_map<caste, std::shared_ptr<render::model> > ant_species::models |
Caste-specific models.
Definition at line 35 of file ant-species.hpp.
std::unordered_map<ant_caste_type, ant_phenome> ant_species::phenomes |
Caste-specific phenomes.
Definition at line 32 of file ant-species.hpp.