8 lines
105 B
C
8 lines
105 B
C
#pragma once
|
|
|
|
#ifdef __cplusplus
|
|
#define GN_CPP_FUNCTION extern "C"
|
|
#else
|
|
#define GN_CPP_FUNCTION
|
|
#endif
|