]> git.xonotic.org Git - xonotic/gmqcc.git/blob - test/types.qc
More vector parsing (now supports sign)
[xonotic/gmqcc.git] / test / types.qc
1 float  typef = 1;
2 vector typev;
3 string types;
4 entity typee;
5 void   typev;