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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/input.h b/src/client/input.h
index 87f7dfe..201f4e9 100644
--- a/src/client/input.h
+++ b/src/client/input.h
@@ -32,6 +32,8 @@ extern bool mouse_control;
} // namespace input
+extern core::Cvar *cl_mousecontrol;
+
} // namespace client
#endif // __INCLUDED_cLIENT_INPUT_H__