diff options
Diffstat (limited to 'src/config.h')
-rw-r--r-- | src/config.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h index f6d7283..f4ed20d 100644 --- a/src/config.h +++ b/src/config.h @@ -24,6 +24,10 @@ struct Config { bool music; float mouse_sensitivity; + struct { + int forwards, backwards, left, right; + int aim, psychic_aim, psychic; + } key; struct { struct Level *ptr; |