about summary refs log tree commit diff
path: root/src/game/client/gc_client.h
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2008-03-23 09:22:15 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2008-03-23 09:22:15 +0000
commit8a0ee875867bf06f060726ad639e4ab5a92017a1 (patch)
tree4f045b72b0524ebc997eaa6b4f60e85acf3ae458 /src/game/client/gc_client.h
parent1788d1b08cab71393d24a218a842deeea0d66759 (diff)
downloadzcatch-8a0ee875867bf06f060726ad639e4ab5a92017a1.tar.gz
zcatch-8a0ee875867bf06f060726ad639e4ab5a92017a1.zip
added button to reset binds to default
Diffstat (limited to 'src/game/client/gc_client.h')
-rw-r--r--src/game/client/gc_client.h1
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);