Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2008-06-02 16:44:40 +0000
committerStijn Buys <ingar@osirion.org>2008-06-02 16:44:40 +0000
commit6582edea98876b8f5797429e76f8fc253f83747a (patch)
tree9f0053e6c45c9d6a1e49bf00317fe8b504b6fc4b /src/client/input.h
parent8c17868585e2a12f947ec387947c4521ef21d775 (diff)
restored cl_mousecontrol cvar
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__