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.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
{