File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55#include " ./raylib.hpp"
66#include " ./raymath.hpp"
77
8- #ifndef RAYLIB_CPP_NO_MATH
9- #include < cmath>
10- #endif
11-
128namespace raylib {
139/* *
1410 * Matrix type (OpenGL style 4x4 - right handed, column major)
Original file line number Diff line number Diff line change 33
44#ifndef RAYLIB_CPP_NO_MATH
55#include < cmath>
6- #include < utility>
76#endif
87
98#include < string>
Original file line number Diff line number Diff line change 11#ifndef RAYLIB_CPP_INCLUDE_VECTOR2_HPP_
22#define RAYLIB_CPP_INCLUDE_VECTOR2_HPP_
33
4- #ifndef RAYLIB_CPP_NO_MATH
5- #include < cmath>
6- #endif
74
85#include < string>
96
Original file line number Diff line number Diff line change 11#ifndef RAYLIB_CPP_INCLUDE_VECTOR3_HPP_
22#define RAYLIB_CPP_INCLUDE_VECTOR3_HPP_
33
4- #ifndef RAYLIB_CPP_NO_MATH
5- #include < cmath>
6- #endif
7-
84#include < string>
95
106#include " ./raylib-cpp-utils.hpp"
Original file line number Diff line number Diff line change 11#ifndef RAYLIB_CPP_INCLUDE_VECTOR4_HPP_
22#define RAYLIB_CPP_INCLUDE_VECTOR4_HPP_
33
4- #ifndef RAYLIB_CPP_NO_MATH
5- #include < cmath>
6- #include < utility>
7- #endif
84
95#include < string>
106
You can’t perform that action at this time.
0 commit comments