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