]> de.git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - test/typedef.qc
I got parsing to work finally.
[xonotic/gmqcc.git] / test / typedef.qc
index 7971ba8e52fe6a4c1b8f158e3741fe591579d041..f60bf7785f43c94dc01d21bacccd20481f856b50 100644 (file)
@@ -4,7 +4,7 @@ typedef string my_string;
 typedef entity my_entity;
 typedef void   my_void;
 
-my_float  type_float
+my_float  type_float;
 my_vector type_vector;
 my_string type_string;
 my_entity type_entity;