Potato Engine
Loading...
Searching...
No Matches
Camera.hpp
Go to the documentation of this file.
1
2#pragma once
3
4#include "Actor.hpp"
5
12class Camera : public Actor
13{
14
15public:
16 Camera();
17 ~Camera();
18
19protected:
20};
Actor()
Constructs actor object.
Definition Actor.cpp:13