]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - tests/vec_ops.qc
make sure missing return values still warn
[xonotic/gmqcc.git] / tests / vec_ops.qc
index a5c80c9ac8b1c0c7ff55c8abd2f416cac7ce5adf..ac84ffcc7768b1cd9b794ea96b9fce55cf6c0ec2 100644 (file)
@@ -1,6 +1,3 @@
-void print(string...) = #1;
-string vtos(vector)   = #5;
-
 void main(vector v) {
     print(vtos(v), "\n");
     v /= 2;