X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=mupen64plus-pandora.git;a=blobdiff_plain;f=source%2Fgles2glide64%2Fsrc%2FGlide64%2Fm64p.h;h=dd6e89170dad08249e176fd66c176f30c767e35c;hp=3f47cf6a10c82ebaa9b0e4f2b30d2deecfb36735;hb=2d26287291331f2b1793a8e76ede08c75654fb7c;hpb=01d8ca6fb06a8261602900cab63c61e5a1b143c9 diff --git a/source/gles2glide64/src/Glide64/m64p.h b/source/gles2glide64/src/Glide64/m64p.h index 3f47cf6..dd6e891 100755 --- a/source/gles2glide64/src/Glide64/m64p.h +++ b/source/gles2glide64/src/Glide64/m64p.h @@ -38,7 +38,13 @@ #define CONFIG_API_VERSION 0x020000 #define VIDEXT_API_VERSION 0x030000 +#ifdef __cplusplus +extern "C" { +#endif void WriteLog(m64p_msg_level level, const char *msg, ...); +#ifdef __cplusplus +} +#endif //The Glide API originally used an integer to pick an enumerated resolution. //To accomodate arbitrary resolutions, pack it into a 32-bit struct