diff options
Diffstat (limited to 'src/config.h')
-rw-r--r-- | src/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h index a58c2f3..9adaab1 100644 --- a/src/config.h +++ b/src/config.h @@ -18,6 +18,8 @@ struct Key { int forwards, backwards, left, right; int crouch, accelerate, dive; int reload, aim, psychic_aim, psychic, laser_sight; + int switch_view, switch_weapon; + int skip, pause, slomo, force; }; struct Config { |