X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fenums.h;h=f12cfcc3c694eda6224e8bf89542114ad0401df9;hb=a832996c884a0e0acc9a38ba4dd258edb75ec7af;hp=ff20eeef4943fc0125fb8cbbdb5e39c7b50b36ef;hpb=49f8063ce156a50d4b3b8c77a1508a21ea2bfe90;p=gldbg.git diff --git a/source/enums.h b/source/enums.h index ff20eee..f12cfcc 100644 --- a/source/enums.h +++ b/source/enums.h @@ -1,16 +1,17 @@ -/* $Id$ - -This file is part of gldbg -Copyright © 2009 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