summaryrefslogtreecommitdiff
path: root/src/gfx.h
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2007-07-23 16:48:19 +0000
committertruelight <truelight@openttd.org>2007-07-23 16:48:19 +0000
commit59702af9965e1f70c270a126c91706c579fc5fa2 (patch)
tree619d80c02149927fa4b293d8720d64b59d93b1ac /src/gfx.h
parente15c5fc6b04a70bb0b388a4bd86cab7f7faa39aa (diff)
downloadopenttd-59702af9965e1f70c270a126c91706c579fc5fa2.tar.xz
(svn r10663) -Fix r10662: bad me, didn't comply with coding style, as penalty I updated the surrounding code to comply with coding style too; I will never do it again (I hope :p)
Diffstat (limited to 'src/gfx.h')
-rw-r--r--src/gfx.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/gfx.h b/src/gfx.h
index 612dbee43..995f6556d 100644
--- a/src/gfx.h
+++ b/src/gfx.h
@@ -71,7 +71,7 @@ enum WindowKeyCodes {
WKC_F11 = 43,
WKC_F12 = 44,
- /* backquote is the key left of "1"
+ /* Backquote is the key left of "1"
* we only store this key here, no matter what character is really mapped to it
* on a particular keyboard. (US keyboard: ` and ~ ; German keyboard: ^ and °) */
WKC_BACKQUOTE = 45,
@@ -82,19 +82,19 @@ enum WindowKeyCodes {
* a-z are mapped to 97-122 */
/* Other keys, corresponding to their ascii values */
- WKC_SLASH = 47, // / Forward slash
- WKC_SEMICOLON = 59, // ; Semicolon
- WKC_EQUALS = 61, // = Equals
- WKC_L_BRACKET = 91, // [ Left square bracket
- WKC_BACKSLASH = 92, // \ Backslash
- WKC_R_BRACKET = 93, // ] Right square bracket
+ WKC_SLASH = 47, ///< / Forward slash
+ WKC_SEMICOLON = 59, ///< ; Semicolon
+ WKC_EQUALS = 61, ///< = Equals
+ WKC_L_BRACKET = 91, ///< [ Left square bracket
+ WKC_BACKSLASH = 92, ///< \ Backslash
+ WKC_R_BRACKET = 93, ///< ] Right square bracket
/* Other keys of which their ascii value is already taken
* - use unused ascii value not present on keyboard directly */
- WKC_SINGLEQUOTE = 58, // ' Single quote
- WKC_COMMA = 60, // , Comma
- WKC_PERIOD = 62, // . Period
- WKC_MINUS = 95, // - Minus
+ WKC_SINGLEQUOTE = 58, ///< ' Single quote
+ WKC_COMMA = 60, ///< , Comma
+ WKC_PERIOD = 62, ///< . Period
+ WKC_MINUS = 95, ///< - Minus
};
enum GameModes {