@@ -0,0 +1,11 @@
#ifndef MATHS_H
#define MATHS_H
#include <cmath>
#define PI 3.14159265
#define DEG_RAD PI/180.f
float maths_modulo(float a, float b);
#endif
The note is not visible to the blocked user.