From: Dale Weiler Date: Sat, 9 Mar 2013 05:46:08 +0000 (+0000) Subject: Add floor to tests defs.qh X-Git-Tag: before-library~93 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=9bb586fb5a12d464b71dac24532dfc40b35cf7ee;p=xonotic%2Fgmqcc.git Add floor to tests defs.qh --- diff --git a/tests/defs.qh b/tests/defs.qh index 830692c..772797a 100644 --- a/tests/defs.qh +++ b/tests/defs.qh @@ -16,3 +16,4 @@ string (...) strcat = #10; float (string, string) strcmp = #11; vector (vector) normalize = #12; float (float) sqrt = #13; +float (float) floor = #14;