Bomberman
lib
Ray
sources
Matrix.hpp
Go to the documentation of this file.
1
/*
2
** EPITECH PROJECT, 2021
3
** Bomberman
4
** File description:
5
** Matrix
6
*/
7
8
#ifndef MATRIX_HPP_
9
#define MATRIX_HPP_
10
11
#include <raylib.h>
12
13
namespace
RAY
{
14
typedef ::Matrix
Matrix
;
15
}
16
17
#endif
/* !MATRIX_HPP_ */
RAY
Definition:
IAudio.hpp:12
RAY::Matrix
::Matrix Matrix
Definition:
Matrix.hpp:14
Generated by
1.8.17