Raylib 3
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
318 B

2 years ago
#ifndef CAMERA_H
#define CAMERA_H
void cameraReset();
void cameraMaybeZoom();
void mainLoop_cameraReposition();
void cameraRotateLeft();
void cameraRotateRight();
void cameraRotate180();
//void cameraFlip();
void cameraLeft();
void cameraRight();
void cameraUp();
void cameraDown();
#endif // not defined CAMERA_H