]> git.tdb.fi Git - gldbg.git/blob - source/functions.h
Enable bidirectional communication between gldbg and glwrap.so
[gldbg.git] / source / functions.h
1 /* $Id$
2
3 This file is part of gldbg
4 Copyright © 2009-2010  Mikko Rasa, Mikkosoft Productions
5 Distributed under the GPL
6 */
7
8 #ifndef FUNCTIONS_H_
9 #define FUNCTIONS_H_
10
11 #ifdef __cplusplus
12 extern "C" {
13 #endif
14
15 #include "gensrc/functions.enum"
16
17 const char *get_function_name(unsigned short);
18 unsigned short get_function(const char *);
19
20 #ifdef __cplusplus
21 }
22 #endif
23
24 #endif