diff options
author | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-07-26 14:02:25 +1000 |
---|---|---|
committer | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-07-26 14:02:25 +1000 |
commit | 9d11440c145cef897853576b509316bf952cb121 (patch) | |
tree | f3803030df2141c77f59f408e074a2afc39e9694 /src | |
parent | e0a047ac1e2cf18c3b0f23f31f869eeda767503e (diff) |
trying to render ent from rust
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) |