Antkeeper
0.0.1
|
#include "game/ant/genes/ant-gene.hpp"
#include <engine/render/model.hpp>
#include <cstdint>
#include <memory>
Go to the source code of this file.
Classes | |
struct | ant_eyes_phene |
Ant eyes phene. More... | |
Typedefs | |
using | ant_eyes_gene = ant_gene< ant_eyes_phene > |
Ant eyes gene. More... | |
using ant_eyes_gene = ant_gene<ant_eyes_phene> |
Ant eyes gene.
Definition at line 55 of file ant-eyes-gene.hpp.