]> git.tdb.fi Git - gldbg.git/blob - source/functions.enum.t
Rewrite genwrap.py to use external templates for more flexibility
[gldbg.git] / source / functions.enum.t
1 # $Id$
2 ^typemap gl.tm
3 ^iomap gl.io
4 ^spec gl gl.spec
5 :enum Function
6 :{
7 :       FUNC_NONE,
8 wl('    FUNC_%s,', func.name.upper())
9 :};