Files
Gryphn-Utils/utils/gryphn_cpp_function.h
2025-08-12 20:28:22 -04:00

8 lines
105 B
C

#pragma once
#ifdef __cplusplus
#define GN_CPP_FUNCTION extern "C"
#else
#define GN_CPP_FUNCTION
#endif