X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fglprint.h;fp=source%2Fglprint.h;h=6d9ce15606b858b45cc56cc44f3b76715fd385ec;hb=9d1825d591a7261b1cff620ba535d333352984bf;hp=0000000000000000000000000000000000000000;hpb=0d8cbda1c894f14f0c3b23f12729456020ec71b3;p=gldbg.git diff --git a/source/glprint.h b/source/glprint.h new file mode 100644 index 0000000..6d9ce15 --- /dev/null +++ b/source/glprint.h @@ -0,0 +1,16 @@ +/* $Id$ + +This file is part of gldbg +Copyright © 2009 Mikko Rasa, Mikkosoft Productions +Distributed under the GPL +*/ + +#ifndef GLPRINT_H_ +#define GLPRINT_H_ + +#include "gldecoder.h" + +GlDecoder *glprint_new(char *, unsigned); +char *glprint_get_buffer(GlDecoder *); + +#endif