Bomberman
CameraProjection.hpp
Go to the documentation of this file.
1 /*
2 ** EPITECH PROJECT, 2021
3 ** Bomberman
4 ** File description:
5 ** CameraProjection
6 */
7 
8 #ifndef CAMERAPROJECTION_HPP_
9 #define CAMERAPROJECTION_HPP_
10 
11 #include <raylib.h>
12 
13 namespace RAY::Camera {
14 
15  typedef ::CameraProjection Projection;
16 
17 }
18 
19 #endif /* !CAMERAPROJECTION_HPP_ */
RAY::Camera
Definition: Camera2D.hpp:15
RAY::Camera::Projection
::CameraProjection Projection
Definition: CameraProjection.hpp:15