]> git.xonotic.org Git - xonotic/gmqcc.git/blob - testsuite/globaldefs/main.qc
ftepp_out can now output to a string buffer
[xonotic/gmqcc.git] / testsuite / globaldefs / main.qc
1 float  globf;
2 vector globv;
3 string globs;
4 void() globfunc;