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