]> git.tdb.fi Git - gldbg.git/blobdiff - source/glprint.h
Initial revision
[gldbg.git] / source / glprint.h
diff --git a/source/glprint.h b/source/glprint.h
new file mode 100644 (file)
index 0000000..6d9ce15
--- /dev/null
@@ -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