]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - tests/defs.qh
add tests for INSTR_STATE and -femulate-state
[xonotic/gmqcc.git] / tests / defs.qh
index 830692c3ea3f9cb59653cf10c816c68ec33d463a..ed8a5df96b552bd1ded7923e5e994f457f120e35 100644 (file)
@@ -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;