X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=mupen64plus-pandora.git;a=blobdiff_plain;f=source%2Fgles2glide64%2Fsrc%2FGlitch64%2Fmain.h;h=a0cef923bd864f2f3f67e4c9281299b1eb551267;hp=f213fe9aaa8324552c9f4f2085292782cde7137a;hb=2d26287291331f2b1793a8e76ede08c75654fb7c;hpb=01d8ca6fb06a8261602900cab63c61e5a1b143c9 diff --git a/source/gles2glide64/src/Glitch64/main.h b/source/gles2glide64/src/Glitch64/main.h index f213fe9..a0cef92 100644 --- a/source/gles2glide64/src/Glitch64/main.h +++ b/source/gles2glide64/src/Glitch64/main.h @@ -25,7 +25,13 @@ #define LOG(...) // WriteLog(M64MSG_VERBOSE, __VA_ARGS__) #define LOGINFO(...) WriteLog(M64MSG_INFO, __VA_ARGS__) +#ifdef __cplusplus +extern "C" { +#endif void WriteLog(m64p_msg_level level, const char *msg, ...); +#ifdef __cplusplus +} +#endif #ifndef _WIN32