]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - tests/operators.qc
hopefully fix an off-by-1 vararg copy issue
[xonotic/gmqcc.git] / tests / operators.qc
index 1ca6f67caa0e5cf56ecf2516b82f487af3ba750d..46bd6bbeb81c2268edb8de30f86f74e18fad9b32 100644 (file)
@@ -1,8 +1,3 @@
-void   print(...)    = #1;
-string ftos (float)  = #2;
-string vtos (vector) = #5;
-entity spawn()       = #3;
-
 .float mem;
 
 void main() {