Move M_PI to ext_math.h

This commit is contained in:
dbalatoni13 2025-04-04 17:42:15 +02:00
parent aad91097cd
commit c272403fe0
2 changed files with 3 additions and 3 deletions

View file

@ -1,8 +1,6 @@
#ifndef _MATH_H
#define _MATH_H
#define M_PI 3.141592653589793
#ifndef _MATH_INLINE
#define _MATH_INLINE static inline
#endif