about summary refs log tree commit diff
path: root/src/game/client/gc_ui.h
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2008-01-13 22:03:32 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2008-01-13 22:03:32 +0000
commitc04df11f1ec1e3dd3e23fced9e1b127e5b05ab91 (patch)
tree5de978408407862833300fbdef37b200b2c51a9c /src/game/client/gc_ui.h
parente26b898b74405f7133778c2fae2609c986f040fc (diff)
downloadzcatch-c04df11f1ec1e3dd3e23fced9e1b127e5b05ab91.tar.gz
zcatch-c04df11f1ec1e3dd3e23fced9e1b127e5b05ab91.zip
editor update
Diffstat (limited to 'src/game/client/gc_ui.h')
-rw-r--r--src/game/client/gc_ui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/client/gc_ui.h b/src/game/client/gc_ui.h
index 92b8e19a..26c4dcdb 100644
--- a/src/game/client/gc_ui.h
+++ b/src/game/client/gc_ui.h
@@ -35,6 +35,7 @@ void ui_set_hot_item(const void *id);
 void ui_set_active_item(const void *id);
 void ui_clear_last_active_item();
 const void *ui_hot_item();
+const void *ui_next_hot_item();
 const void *ui_active_item();
 const void *ui_last_active_item();