]> git.tdb.fi Git - gldbg.git/blob - source/functions.enum.t
20d6602e472b65d882d58932c547542c0303adec
[gldbg.git] / source / functions.enum.t
1 :enum
2 :{
3 :       FUNC_NONE,
4 wl('    FUNC_%s,', func.name.upper())
5 :       N_FUNCS,
6 :       FUNC_GLDERROR = 0x8000,
7 :       FUNC_GLDBREAK,
8 :       FUNC_GLDHOLD,
9 :       FUNC_GLDQUERYVIEWPORT,
10 :       FUNC_GLDREADPIXELS
11 :};