]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - test/types.qc
Include now works
[xonotic/gmqcc.git] / test / types.qc
index 4fe3a27e1a84775a74ea8c886bab8bc93020de06..814ce11ee59f5ae538211dfd27c22a2818fb4c7c 100644 (file)
@@ -1,5 +1,5 @@
-float  typef = 1;
-vector typev = {0,1,2};
+float  typef;
+vector typev;
 string types;
 entity typee;
 void   typev;