X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fenums.h;fp=source%2Fenums.h;h=ff20eeef4943fc0125fb8cbbdb5e39c7b50b36ef;hb=49f8063ce156a50d4b3b8c77a1508a21ea2bfe90;hp=0000000000000000000000000000000000000000;hpb=2e4973ec66cd8ae12d4253e3c3ad9e36a8a4bca6;p=gldbg.git diff --git a/source/enums.h b/source/enums.h new file mode 100644 index 0000000..ff20eee --- /dev/null +++ b/source/enums.h @@ -0,0 +1,16 @@ +/* $Id$ + +This file is part of gldbg +Copyright © 2009 Mikko Rasa, Mikkosoft Productions +Distributed under the GPL +*/ + +#ifndef ENUMS_H_ +#define ENUMS_H_ + +#include + +extern const char *describe_enum(GLenum, const char *); +extern const char *describe_bitfield(int, const char *); + +#endif