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>2010-12-08 20:19:21 +0000
committerStijn Buys <ingar@osirion.org>2010-12-08 20:19:21 +0000
commit82992a9b16d64104dd28d42e97cc118a75fded86 (patch)
treea7c30cedd613196c06df3fc04f6bce015c3927c1 /src/client/input.h
parent1124a81de517375a012b89bf83462c091d472cab (diff)
Added clock.
Diffstat (limited to 'src/client/input.h')
-rw-r--r--src/client/input.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/client/input.h b/src/client/input.h
index 394e521..2565189 100644
--- a/src/client/input.h
+++ b/src/client/input.h
@@ -13,6 +13,12 @@
namespace client
{
+extern core::Cvar *input_mousecontrol;
+extern core::Cvar *input_keydelay;
+extern core::Cvar *input_keyrepeat;
+extern core::Cvar *input_mousedelay;
+extern core::Cvar *input_grab;
+
namespace input
{