mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-27 14:12:36 +00:00
Add floor to tests defs.qh
This commit is contained in:
parent
d8d78f61a7
commit
9bb586fb5a
1 changed files with 1 additions and 0 deletions
|
@ -16,3 +16,4 @@ string (...) strcat = #10;
|
||||||
float (string, string) strcmp = #11;
|
float (string, string) strcmp = #11;
|
||||||
vector (vector) normalize = #12;
|
vector (vector) normalize = #12;
|
||||||
float (float) sqrt = #13;
|
float (float) sqrt = #13;
|
||||||
|
float (float) floor = #14;
|
||||||
|
|
Loading…
Reference in a new issue