]> git.xonotic.org Git - xonotic/gmqcc.git/blob - data/types.qc
The proper way to deal with error messages which did not cause the parser to bail...
[xonotic/gmqcc.git] / data / types.qc
1 float  typef;
2 vector typev;
3 string types;
4 entity typee;
5 void   typev;