From 75c4ee57e92cd17e7b36f98ba04d53a83e896c92 Mon Sep 17 00:00:00 2001 From: Mario Date: Fri, 24 Jun 2016 19:12:24 +1000 Subject: [PATCH] Fix compilation unit --- qcsrc/client/hud/panel/physics.qc | 1 + qcsrc/client/main.qh | 3 +++ 2 files changed, 4 insertions(+) diff --git a/qcsrc/client/hud/panel/physics.qc b/qcsrc/client/hud/panel/physics.qc index af59e378e..5fc8c1ca9 100644 --- a/qcsrc/client/hud/panel/physics.qc +++ b/qcsrc/client/hud/panel/physics.qc @@ -1,5 +1,6 @@ #include "physics.qh" +#include #include #include diff --git a/qcsrc/client/main.qh b/qcsrc/client/main.qh index 8601d26b5..15362aad3 100644 --- a/qcsrc/client/main.qh +++ b/qcsrc/client/main.qh @@ -142,3 +142,6 @@ float hud; float view_quality; int framecount; .float health; + +float GetSpeedUnitFactor(int speed_unit); +string GetSpeedUnit(int speed_unit); -- 2.39.2