]> git.tdb.fi Git - gldbg.git/blobdiff - source/functions.enum.t
Replace per-file license notices with License.txt
[gldbg.git] / source / functions.enum.t
index 92fef70f53854b28e8f3c7ccc4ed3e8f574a011c..20d6602e472b65d882d58932c547542c0303adec 100644 (file)
@@ -1,9 +1,11 @@
-# $Id$
-^typemap gl.tm
-^iomap gl.io
-^spec gl gl.spec
-:enum Function
+:enum
 :{
 :      FUNC_NONE,
 wl('   FUNC_%s,', func.name.upper())
+:      N_FUNCS,
+:      FUNC_GLDERROR = 0x8000,
+:      FUNC_GLDBREAK,
+:      FUNC_GLDHOLD,
+:      FUNC_GLDQUERYVIEWPORT,
+:      FUNC_GLDREADPIXELS
 :};