Antkeeper  0.0.1
Public Attributes | List of all members
ant_species Struct Reference

#include <ant-species.hpp>

Public Attributes

std::unordered_map< ant_caste_type, ant_phenomephenomes
 Caste-specific phenomes. More...
 
std::unordered_map< caste, std::shared_ptr< render::model > > models
 Caste-specific models. More...
 

Detailed Description

Definition at line 29 of file ant-species.hpp.

Member Data Documentation

◆ models

std::unordered_map<caste, std::shared_ptr<render::model> > ant_species::models

Caste-specific models.

Definition at line 35 of file ant-species.hpp.

◆ phenomes

std::unordered_map<ant_caste_type, ant_phenome> ant_species::phenomes

Caste-specific phenomes.

Definition at line 32 of file ant-species.hpp.


The documentation for this struct was generated from the following file: