]> git.xonotic.org Git - xonotic/gmqcc.git/blob - test/types.qc
Updated README
[xonotic/gmqcc.git] / test / types.qc
1 float  typef;
2 vector typev;
3 string types;
4 entity typee;
5 void   typev;