summaryrefslogtreecommitdiff
path: root/src/maths/maths.h
diff options
context:
space:
mode:
authoromniscient <17525998+omnisci3nce@users.noreply.github.com>2024-07-26 14:02:25 +1000
committeromniscient <17525998+omnisci3nce@users.noreply.github.com>2024-07-26 14:02:25 +1000
commit9d11440c145cef897853576b509316bf952cb121 (patch)
treef3803030df2141c77f59f408e074a2afc39e9694 /src/maths/maths.h
parente0a047ac1e2cf18c3b0f23f31f869eeda767503e (diff)
trying to render ent from rust
Diffstat (limited to 'src/maths/maths.h')
-rw-r--r--src/maths/maths.h3
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)