]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - tests/defs.qh
Add qc_pow.
[xonotic/gmqcc.git] / tests / defs.qh
index 772797a13f43a2e2a5330f3d1c1920740e74d582..ed8a5df96b552bd1ded7923e5e994f457f120e35 100644 (file)
@@ -17,3 +17,4 @@ float  (string, string) strcmp    = #11;
 vector (vector)         normalize = #12;
 float  (float)          sqrt      = #13;
 float  (float)          floor     = #14;
+float  (float, float)   pow       = #15;