]> git.tdb.fi Git - gldbg.git/blob - source/functions.enum.t
92fef70f53854b28e8f3c7ccc4ed3e8f574a011c
[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 :};