]> de.git.xonotic.org Git - xonotic/gmqcc.git/blob - test/types.qc
More parsing stuff (still totally broken)
[xonotic/gmqcc.git] / test / types.qc
1 float  typef;
2 vector typev;
3 string types;
4 entity typee;
5 void   typev;