]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - tests/truth-flags-2.qc
Merge branch 'cooking'
[xonotic/gmqcc.git] / tests / truth-flags-2.qc
index 0c10708029cc004a004066ae1539ff9f1ddebf1f..7ac93a58379c3c1f8697319b80bef5e4180b5a0e 100644 (file)
@@ -1,6 +1,3 @@
-void   print(...)   = #1;
-string ftos (float) = #2;
-
 float test_s_not  (string s)           { return !s; }
 float test_s_and  (string s, string t) { return s && t; }
 float test_s_or   (string s, string t) { return s || t; }