summaryrefslogtreecommitdiff
path: root/src/defines.h
diff options
context:
space:
mode:
authoromniscient <17525998+omnisci3nce@users.noreply.github.com>2024-07-21 16:17:26 +1000
committeromniscient <17525998+omnisci3nce@users.noreply.github.com>2024-07-21 16:18:15 +1000
commit774fc54355abe70a1ba045ade99649ba0e98c930 (patch)
treee8c4f07b18d9b716446347797e3bc59c2d66bec2 /src/defines.h
parent47465948f2a5a85d0882ff116fce095f401d69c1 (diff)
start adding rust bindgen
Diffstat (limited to 'src/defines.h')
-rw-r--r--src/defines.h1
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)