From 4e265c4d6bcfefa8ac67c54a7ec06f7dcdc16b86 Mon Sep 17 00:00:00 2001 From: Mario Date: Tue, 14 Jul 2020 17:32:26 +1000 Subject: [PATCH 1/1] Fix compilation unit test --- qcsrc/server/miscfunctions.qh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/qcsrc/server/miscfunctions.qh b/qcsrc/server/miscfunctions.qh index e94ee9c6ca..534299f12d 100644 --- a/qcsrc/server/miscfunctions.qh +++ b/qcsrc/server/miscfunctions.qh @@ -39,6 +39,12 @@ void soundtoat(float _dest, entity e, vector o, float chan, string samp, float v void droptofloor(entity this); +float trace_hits_box_1d(float end, float thmi, float thma); + +float trace_hits_box(vector start, vector end, vector thmi, vector thma); + +float tracebox_hits_box(vector start, vector mi, vector ma, vector end, vector thmi, vector thma); + void attach_sameorigin(entity e, entity to, string tag); void crosshair_trace(entity pl); -- 2.39.2