]> git.tdb.fi Git - gldbg.git/blob - source/glwrap.h
Enable bidirectional communication between gldbg and glwrap.so
[gldbg.git] / source / glwrap.h
1 /* $Id$
2
3 This file is part of gldbg
4 Copyright © 2010  Mikko Rasa, Mikkosoft Productions
5 Distributed under the GPL
6 */
7
8 #ifndef GLWRAP_H_
9 #define GLWRAP_H_
10
11 void *glsym(const char *);
12 int get_out_fd(void);
13 int get_in_fd(void);
14 void tracepoint(unsigned short, int);
15
16 #endif