From f083cacb259054ce996b70f8b9dc0d9eb0bdbfb8 Mon Sep 17 00:00:00 2001 From: omnisci3nce Date: Fri, 26 Jul 2024 16:37:53 +1000 Subject: wip egui --- src/defines.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/defines.h') diff --git a/src/defines.h b/src/defines.h index b147327..ce947d8 100644 --- a/src/defines.h +++ b/src/defines.h @@ -55,7 +55,8 @@ 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 c_static_inline static inline +#define c_static_inline static #define KB(x) ((size_t)x * 1000) #define MB(x) ((size_t)x * 1000 * 1000) -- cgit v1.2.3-70-g09d2