X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fenums.h;h=f3c82a5826cbe3584886ff3d13b538117c15fe53;hb=73c55fc88d8bad336fbd6cfecedc0cf18d06167c;hp=ff20eeef4943fc0125fb8cbbdb5e39c7b50b36ef;hpb=49f8063ce156a50d4b3b8c77a1508a21ea2bfe90;p=gldbg.git diff --git a/source/enums.h b/source/enums.h index ff20eee..f3c82a5 100644 --- a/source/enums.h +++ b/source/enums.h @@ -1,16 +1,24 @@ /* $Id$ This file is part of gldbg -Copyright © 2009 Mikko Rasa, Mikkosoft Productions +Copyright © 2009-2010 Mikko Rasa, Mikkosoft Productions Distributed under the GPL */ #ifndef ENUMS_H_ #define ENUMS_H_ -#include +#include "opengl.h" + +#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