Antkeeper
0.0.1
|
#include "game/ant/swarm.hpp"
#include "game/components/transform-component.hpp"
#include "game/components/steering-component.hpp"
#include "game/components/model-component.hpp"
#include "game/components/picking-component.hpp"
#include "game/components/caste-component.hpp"
#include <engine/resources/resource-manager.hpp>
#include <engine/math/quaternion.hpp>
#include <engine/config.hpp>
#include <cmath>
#include <random>
Go to the source code of this file.
Namespaces | |
ant | |
Functions | |
entity::id | ant::create_swarm (::game &ctx) |
void | ant::destroy_swarm (::game &ctx, entity::id swarm_eid) |