Engine²
Open-source game engine written in C++.
Loading...
Searching...
No Matches
CameraControlSystem.hpp
Go to the documentation of this file.
1#pragma once
2
3#include "core/Core.hpp"
4
6
15void CameraControlSystem(Engine::Core &core);
16
17} // namespace CameraMovement::System
Definition CameraControlSystem.cpp:9
void CameraControlSystem(Engine::Core &core)
System that controls the camera based on the active behavior.
Definition CameraControlSystem.cpp:11