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