X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;ds=sidebyside;f=tests%2Fdefs.qh;h=ed8a5df96b552bd1ded7923e5e994f457f120e35;hb=ba0ac9737272ac247c1850be891b51c446144732;hp=830692c3ea3f9cb59653cf10c816c68ec33d463a;hpb=a1fac665873519b137764119e6d57e3bf9b324f5;p=xonotic%2Fgmqcc.git diff --git a/tests/defs.qh b/tests/defs.qh index 830692c..ed8a5df 100644 --- a/tests/defs.qh +++ b/tests/defs.qh @@ -16,3 +16,5 @@ string (...) strcat = #10; float (string, string) strcmp = #11; vector (vector) normalize = #12; float (float) sqrt = #13; +float (float) floor = #14; +float (float, float) pow = #15;