diff options
Diffstat (limited to 'src/game/client/gc_client.h')
| -rw-r--r-- | src/game/client/gc_client.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/client/gc_client.h b/src/game/client/gc_client.h index b3a42561..66d52292 100644 --- a/src/game/client/gc_client.h +++ b/src/game/client/gc_client.h @@ -263,6 +263,7 @@ void flow_init(); void flow_update(); // +void binds_default(); void binds_save(); void binds_set(int keyid, const char *str); const char *binds_get(int keyid); |