Antkeeper  0.0.1
Functions
ant-controls.cpp File Reference
#include "game/controls.hpp"
#include "game/world.hpp"
#include "game/components/ant-caste-component.hpp"
#include "game/components/rigid-body-component.hpp"
#include "game/components/legged-locomotion-component.hpp"
#include "game/components/ovary-component.hpp"
#include "game/components/spring-arm-component.hpp"
#include "game/components/scene-component.hpp"
#include <engine/math/interpolation.hpp>
#include <engine/math/euler-angles.hpp>
#include <engine/debug/log.hpp>

Go to the source code of this file.

Functions

void setup_ant_controls (::game &ctx)
 
void enable_ant_controls (::game &ctx)
 
void disable_ant_controls (::game &ctx)
 

Function Documentation

◆ disable_ant_controls()

void disable_ant_controls ( ::game ctx)

Definition at line 288 of file ant-controls.cpp.

◆ enable_ant_controls()

void enable_ant_controls ( ::game ctx)

Definition at line 283 of file ant-controls.cpp.

◆ setup_ant_controls()

void setup_ant_controls ( ::game ctx)

Definition at line 135 of file ant-controls.cpp.