]> git.tdb.fi Git - gldbg.git/blob - source/glprint.h
Initial revision
[gldbg.git] / source / glprint.h
1 /* $Id$
2
3 This file is part of gldbg
4 Copyright © 2009  Mikko Rasa, Mikkosoft Productions
5 Distributed under the GPL
6 */
7
8 #ifndef GLPRINT_H_
9 #define GLPRINT_H_
10
11 #include "gldecoder.h"
12
13 GlDecoder *glprint_new(char *, unsigned);
14 char *glprint_get_buffer(GlDecoder *);
15
16 #endif