raylib-go/raylib/utils_log.h
2022-04-16 14:15:06 +02:00

10 lines
206 B
C

#if defined(__cplusplus)
extern "C" { // Prevents name mangling of functions
#endif
void setLogCallbackWrapper(void); // enable the call-back
#if defined(__cplusplus)
}
#endif