5 #ifndef DENGINE_CAMERA_H 6 #define DENGINE_CAMERA_H 28 Camera(std::string
name,
int x,
int y,
int height,
int width);
37 Camera(std::string name,
int height,
int width);
58 #endif //DENGINE_CAMERA_H Camera(std::string name, int x, int y, int height, int width)
Constructor.
Definition: Camera.cpp:5
void SetPosition(int x, int y)
Set camera position.
Definition: Camera.cpp:15
std::string GetName()
Get Camera Name.
Definition: Camera.cpp:20
SDL_Rect pos
Definition: Camera.h:53
A camera.
Definition: Camera.h:16
The namespace containing the engine's code.
Definition: Collider.h:9
std::string name
Definition: Camera.h:54