Create gryphn_cpp_function.h
This commit is contained in:
7
utils/gryphn_cpp_function.h
Normal file
7
utils/gryphn_cpp_function.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#ifdef __cplusplus
|
||||
#define GN_CPP_FUNCTION extern "C"
|
||||
#else
|
||||
#define GN_CPP_FUNCTION
|
||||
#endif
|
Reference in New Issue
Block a user