]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - tests/truth.qc
Merge remote-tracking branch 'origin/master' into cooking
[xonotic/gmqcc.git] / tests / truth.qc
index e08bde84cfd0cebbfb32e3b91e34850603a13264..9df6217bbe3569ab155e4c9e0c86ba7c2ecc03cd 100644 (file)
@@ -1,6 +1,3 @@
-void   print(...)   = #1;
-string ftos (float) = #2;
-
 void test(string s) {
     print(ftos(!s));
     if (s)   print(" on");