]> de.git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - tests/calls.qc
Make it a function
[xonotic/gmqcc.git] / tests / calls.qc
index 7b09f11e0737abcc288403d8e530f3e909f63243..f5ce732110e24a2280a406b34eccca4950a65c9f 100644 (file)
@@ -8,5 +8,5 @@ void(float a, float b, float c) main = {
             sum(sum(sum(a, b, c), b, sum(a, b, c)), b, sum(a, b, sum(a, b, c))),
             sum(sum(a, b, c), b, c));
     print(ftos(f), "\n");
-    
+
 };