]> git.tdb.fi Git - gldbg.git/blobdiff - source/functions.enum.t
Rewrite genwrap.py to use external templates for more flexibility
[gldbg.git] / source / functions.enum.t
diff --git a/source/functions.enum.t b/source/functions.enum.t
new file mode 100644 (file)
index 0000000..92fef70
--- /dev/null
@@ -0,0 +1,9 @@
+# $Id$
+^typemap gl.tm
+^iomap gl.io
+^spec gl gl.spec
+:enum Function
+:{
+:      FUNC_NONE,
+wl('   FUNC_%s,', func.name.upper())
+:};