]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - tests/vector-init.qc
Add expressions for builtins test
[xonotic/gmqcc.git] / tests / vector-init.qc
index 880bc3945120cbfe3e7df985ea0e87af0e4e5f39..41df059bc4ceb8047f1157fcabc500cd42698ce3 100644 (file)
@@ -1,7 +1,3 @@
-void   print(...)    = #1;
-string ftos (float)  = #2;
-string vtos (vector) = #5;
-
 void main() {
     vector v;