From f3646609c123be86b778dc143ce3b0c06395baf9 Mon Sep 17 00:00:00 2001 From: Gregory Wells Date: Tue, 12 Aug 2025 20:28:22 -0400 Subject: [PATCH] Create gryphn_cpp_function.h --- utils/gryphn_cpp_function.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 utils/gryphn_cpp_function.h diff --git a/utils/gryphn_cpp_function.h b/utils/gryphn_cpp_function.h new file mode 100644 index 0000000..974bf3f --- /dev/null +++ b/utils/gryphn_cpp_function.h @@ -0,0 +1,7 @@ +#pragma once + +#ifdef __cplusplus +#define GN_CPP_FUNCTION extern "C" +#else +#define GN_CPP_FUNCTION +#endif