summaryrefslogtreecommitdiff
path: root/game/client/in_main.h
diff options
context:
space:
mode:
Diffstat (limited to 'game/client/in_main.h')
-rw-r--r--game/client/in_main.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/game/client/in_main.h b/game/client/in_main.h
new file mode 100644
index 0000000..2e8fb9a
--- /dev/null
+++ b/game/client/in_main.h
@@ -0,0 +1,21 @@
+//========= Copyright Valve Corporation, All rights reserved. ============//
+//
+// Purpose:
+//
+// $NoKeywords: $
+//=============================================================================//
+
+#ifndef IN_MAIN_H
+#define IN_MAIN_H
+#ifdef _WIN32
+#pragma once
+#endif
+
+
+#include "kbutton.h"
+
+
+extern kbutton_t in_commandermousemove;
+extern kbutton_t in_ducktoggle;
+
+#endif // IN_MAIN_H