]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - tests/arrays.qc
Implemented generalized attribute aliases. You can now alias functions, locals,...
[xonotic/gmqcc.git] / tests / arrays.qc
index a3a84c17e9ba8d27c0a6629fbdb8f60b1e4cf955..2c8f9fe533921ca98ce2bb8d2155414f49709aa6 100644 (file)
@@ -1,7 +1,3 @@
-void     print(...)   = #1;
-string   ftos (float) = #2;
-entity() spawn = #3;
-
 float  glob[7];
 
 .float above;