Antkeeper  0.0.1
Public Attributes | List of all members
ant::species Struct Reference

#include <species.hpp>

Public Attributes

std::unordered_map< caste, phenomephenomes
 Caste-specific phenomes. More...
 
std::unordered_map< caste, render::model * > models
 Caste-specific models. More...
 

Detailed Description

Definition at line 30 of file species.hpp.

Member Data Documentation

◆ models

std::unordered_map<caste, render::model*> ant::species::models

Caste-specific models.

Definition at line 36 of file species.hpp.

◆ phenomes

std::unordered_map<caste, phenome> ant::species::phenomes

Caste-specific phenomes.

Definition at line 33 of file species.hpp.


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