diff options
author | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-07-26 17:20:13 +1000 |
---|---|---|
committer | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-07-26 17:20:13 +1000 |
commit | aa1eeebb1c05edc22335cbb48af5d42be20750c0 (patch) | |
tree | cc0ef4dc620cb8621fd1a3762b7205b7a16401dc /src/defines.h | |
parent | f083cacb259054ce996b70f8b9dc0d9eb0bdbfb8 (diff) |
moving some maths functions to implementation file
Diffstat (limited to 'src/defines.h')
-rw-r--r-- | src/defines.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/defines.h b/src/defines.h index ce947d8..b7bf34d 100644 --- a/src/defines.h +++ b/src/defines.h @@ -56,7 +56,7 @@ CORE_DEFINE_HANDLE( #define PUB // For collecting public APIs to expose in an amalgamation header file // #define c_static_inline static inline -#define c_static_inline static +#define c_static_inline inline #define KB(x) ((size_t)x * 1000) #define MB(x) ((size_t)x * 1000 * 1000) |