aboutsummaryrefslogtreecommitdiff
path: root/src/Config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Config.h')
-rw-r--r--src/Config.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/Config.h b/src/Config.h
index d7b0858..9690b8d 100644
--- a/src/Config.h
+++ b/src/Config.h
@@ -21,6 +21,14 @@
#include "types.h"
+enum
+{
+ HK_Lid = 0,
+ HK_Mic,
+
+ HK_MAX
+};
+
namespace Config
{
FILE* GetConfigFile(const char* fileName, const char* permissions);
@@ -31,6 +39,9 @@ void Save();
extern int KeyMapping[12];
extern int JoyMapping[12];
+extern int HKKeyMapping[HK_MAX];
+extern int HKJoyMapping[HK_MAX];
+
extern int WindowWidth;
extern int WindowHeight;