aboutsummaryrefslogtreecommitdiff
path: root/queen/input.h
diff options
context:
space:
mode:
authorGregory Montoir2004-10-08 18:43:24 +0000
committerGregory Montoir2004-10-08 18:43:24 +0000
commit648b7b1e57411998f27f814c252748479e3738a3 (patch)
tree9e11bb74ebe89518c435d6e152e7d59f05aa74b8 /queen/input.h
parent9c863283ede4a5bf08eb1c0def5528556de2fb94 (diff)
downloadscummvm-rg350-648b7b1e57411998f27f814c252748479e3738a3.tar.gz
scummvm-rg350-648b7b1e57411998f27f814c252748479e3738a3.tar.bz2
scummvm-rg350-648b7b1e57411998f27f814c252748479e3738a3.zip
cleanup ; follow the code conventions
svn-id: r15476
Diffstat (limited to 'queen/input.h')
-rw-r--r--queen/input.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/queen/input.h b/queen/input.h
index 63823bdd9d..bc50ccfe9e 100644
--- a/queen/input.h
+++ b/queen/input.h
@@ -114,8 +114,7 @@ class Input {
KEY_F12
};
- enum
- {
+ enum {
LANGUAGE_COUNT = 6
};
@@ -168,6 +167,9 @@ class Input {
//! Command keys for all languages
static const char *_commandKeys[LANGUAGE_COUNT];
+
+ //! Verbs matching the command keys
+ static const Verb _verbKeys[8];
};
} // End of namespace Queen