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