Bomberman
Mesh.hpp
Go to the documentation of this file.
1 /*
2 ** EPITECH PROJECT, 2021
3 ** Bomberman
4 ** File description:
5 ** Mesh
6 */
7 
8 #ifndef Mesh_HPP_
9 #define Mesh_HPP_
10 
11 #include <raylib.h>
12 
13 namespace RAY {
16 };
17 #endif /* !Mesh_HPP_ */
RAY
Definition: IAudio.hpp:12
RAY::Mesh
::Mesh Mesh
Vertex data definning a mesh.
Definition: Mesh.hpp:15