]> git.xonotic.org Git - xonotic/gmqcc.git/blob - testsuite/globaldefs/main.qc
preprocessing flag for the lexer
[xonotic/gmqcc.git] / testsuite / globaldefs / main.qc
1 float  globf;
2 vector globv;
3 string globs;
4 void() globfunc;