]> de.git.xonotic.org Git - xonotic/gmqcc.git/blob - test/types.qc
I got parsing to work finally.
[xonotic/gmqcc.git] / test / types.qc
1 float  typef = 1;
2 vector typev = {0,1,2};
3 string types;
4 entity typee;
5 void   typev;