Add floor to tests defs.qh

This commit is contained in:
Dale Weiler 2013-03-09 05:46:08 +00:00
parent d8d78f61a7
commit 9bb586fb5a

View file

@ -16,3 +16,4 @@ string (...) strcat = #10;
float (string, string) strcmp = #11;
vector (vector) normalize = #12;
float (float) sqrt = #13;
float (float) floor = #14;