X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fenums.h;h=a3ae8d8f74ec189a7c2d61762c40b19097999364;hb=ee7f1e3a5912789664648ac5be85127e62c1cda5;hp=ff20eeef4943fc0125fb8cbbdb5e39c7b50b36ef;hpb=49f8063ce156a50d4b3b8c77a1508a21ea2bfe90;p=gldbg.git diff --git a/source/enums.h b/source/enums.h index ff20eee..a3ae8d8 100644 --- a/source/enums.h +++ b/source/enums.h @@ -10,7 +10,15 @@ Distributed under the GPL #include +#ifdef __cplusplus +extern "C" { +#endif + extern const char *describe_enum(GLenum, const char *); extern const char *describe_bitfield(int, const char *); +#ifdef __cplusplus +} +#endif + #endif