X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fview.qh;h=448361d05f2075d992d3f47a11e83fba5964c439;hb=3ad1cb410e1f1b2c0bb526f14f3a47c77cb0a62f;hp=f3c1f4139fff3543ca272c7a750a3cd3328422b5;hpb=879c8320d2938040d7b3f0ff879532fd82e9739d;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/view.qh b/qcsrc/client/view.qh index f3c1f4139..448361d05 100644 --- a/qcsrc/client/view.qh +++ b/qcsrc/client/view.qh @@ -20,3 +20,5 @@ const int CURSOR_NORMAL = 0; const int CURSOR_MOVE = 1; const int CURSOR_RESIZE = 2; const int CURSOR_RESIZE2 = 3; + +float drawtime;