]> de.git.xonotic.org Git - xonotic/gmqcc.git/blob - test/types.qc
a0234a503c90b1f601725d28df2f49b0c6ab983b
[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;