diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-11-25 19:42:40 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-11-25 19:42:40 +0000 |
| commit | a0e5181e424fa1a320da259203975048e855632c (patch) | |
| tree | f958dd35ae54164783e662e5480c0261e9d58dc5 /src/game/game_variables.h | |
| parent | e5629675a35fe6fbdbb907a9a0417667ac005b2f (diff) | |
| download | zcatch-a0e5181e424fa1a320da259203975048e855632c.tar.gz zcatch-a0e5181e424fa1a320da259203975048e855632c.zip | |
added license info
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) |