]> git.xonotic.org Git - xonotic/gmqcc.git/blob - test/types.qc
Fixed parsing issues, added some parser tests.
[xonotic/gmqcc.git] / test / types.qc
1 float  type_float;
2 vector type_vector;
3 string type_string;
4 entity type_entity;
5 void   type_void;