diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/maths/maths.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/maths/maths.h b/src/maths/maths.h index 59e304c..9b3813c 100644 --- a/src/maths/maths.h +++ b/src/maths/maths.h @@ -13,6 +13,9 @@ #include "defines.h" #include "maths_types.h" +// #undef c_static_inline +// #define c_static_inline static + // --- Helpers #define deg_to_rad(x) (x * 3.14 / 180.0) #define MIN(a, b) (a < b ? a : b) |