Create gryphn_cpp_function.h

This commit is contained in:
Gregory Wells
2025-08-12 20:28:22 -04:00
parent ba67d0366d
commit f3646609c1

View File

@@ -0,0 +1,7 @@
#pragma once
#ifdef __cplusplus
#define GN_CPP_FUNCTION extern "C"
#else
#define GN_CPP_FUNCTION
#endif