]> git.tdb.fi Git - gldbg.git/blob - source/glwrap.h
f8422a53b21bf4bfb942ede7049be52c810f971d
[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
14 #endif