Engine²
Open-source game engine written in C++.
Loading...
Searching...
No Matches
CameraManager.hpp File Reference
#include <GLFW/glfw3.h>
#include <memory>
#include "component/Camera.hpp"
#include "component/Transform.hpp"
#include "core/Core.hpp"
#include "entity/Entity.hpp"
#include "exception/CameraMovementError.hpp"

Go to the source code of this file.

Classes

class  CameraMovement::Resource::CameraManager
 CameraManager is a resource that manages the active camera entity. More...

Namespaces

namespace  CameraMovement
namespace  CameraMovement::Utils
namespace  CameraMovement::Resource