Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/input.h')
-rw-r--r--src/client/input.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/input.h b/src/client/input.h
index bcbba9b..87f7dfe 100644
--- a/src/client/input.h
+++ b/src/client/input.h
@@ -12,8 +12,6 @@
namespace client
{
-extern core::Cvar *cl_mousecontrol;
-
namespace input
{
@@ -28,7 +26,9 @@ void frame(float seconds);
extern int mouse_x;
extern int mouse_y;
+
extern bool mouse_deadzone;
+extern bool mouse_control;
} // namespace input