Antkeeper
0.0.1
|
#include "game/controls.hpp"
#include "game/components/spring-arm-component.hpp"
#include "game/components/rigid-body-component.hpp"
#include "game/components/scene-component.hpp"
#include <engine/debug/log.hpp>
Go to the source code of this file.
Functions | |
void | setup_camera_controls (::game &ctx) |
void | enable_camera_controls (::game &ctx) |
void | disable_camera_controls (::game &ctx) |
void disable_camera_controls | ( | ::game & | ctx | ) |
Definition at line 514 of file camera-controls.cpp.
void enable_camera_controls | ( | ::game & | ctx | ) |
Definition at line 509 of file camera-controls.cpp.
void setup_camera_controls | ( | ::game & | ctx | ) |
Definition at line 120 of file camera-controls.cpp.