From 774fc54355abe70a1ba045ade99649ba0e98c930 Mon Sep 17 00:00:00 2001 From: omniscient <17525998+omnisci3nce@users.noreply.github.com> Date: Sun, 21 Jul 2024 16:17:26 +1000 Subject: start adding rust bindgen --- src/defines.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/defines.h') 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) -- cgit v1.2.3-70-g09d2