]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - tests/correct-logic.qc
Undo fix and actually use a macro in the accumulation test .. just incase.
[xonotic/gmqcc.git] / tests / correct-logic.qc
index cb9a38d0219067f15f18dc386b32136c813de24b..a8684247ed6cfb315938e6cf3220f8d358194815 100644 (file)
@@ -1,6 +1,3 @@
-void   print(...)   = #1;
-string ftos (float) = #2;
-
 float test_s_not  (vector s)           { return !s; }
 float test_s_and  (vector s, vector t) { return s && t; }
 float test_s_or   (vector s, vector t) { return s || t; }