diff options
Diffstat (limited to 'src/game/game_variables.h')
| -rw-r--r-- | src/game/game_variables.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/game_variables.h b/src/game/game_variables.h index 1ab84f62..b3597ebe 100644 --- a/src/game/game_variables.h +++ b/src/game/game_variables.h @@ -1,3 +1,4 @@ +/* copyright (c) 2007 magnus auvinen, see licence.txt for more info */ MACRO_CONFIG_INT(key_move_left, 'A', 32, 512) MACRO_CONFIG_INT(key_move_right, 'D', 32, 512) MACRO_CONFIG_INT(key_jump, 32, 32, 512) |