X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fmain.qh;h=15362aad339c875a4e9f15f3fd333e34396b580f;hb=75c4ee57e92cd17e7b36f98ba04d53a83e896c92;hp=9d7c4068900967da4202dc23029f773d98566334;hpb=de427eb5cc42d4165243731e6854ca2f1450ca65;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/main.qh b/qcsrc/client/main.qh index 9d7c40689..15362aad3 100644 --- a/qcsrc/client/main.qh +++ b/qcsrc/client/main.qh @@ -6,8 +6,6 @@ // -------------------------------------------------------------------------- // MENU Functionality -void setpredraw(entity this, void(entity) pdfunc); - // -------------------------------------------------------------------------- // Onslaught @@ -144,3 +142,6 @@ float hud; float view_quality; int framecount; .float health; + +float GetSpeedUnitFactor(int speed_unit); +string GetSpeedUnit(int speed_unit);