diff options
Diffstat (limited to 'src/defines.h')
-rw-r--r-- | src/defines.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/defines.h b/src/defines.h index 689eeca..19ffa98 100644 --- a/src/defines.h +++ b/src/defines.h @@ -55,6 +55,7 @@ CORE_DEFINE_HANDLE( Handle); // Untyped handle that can be casted to a strongly typed resource handle #define PUB // For collecting public APIs to expose in an amalgamation header file +#define c_static_inline static inline #define KB(x) ((size_t)x * 1000) #define MB(x) ((size_t)x * 1000 * 1000) |