diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-01-13 22:03:32 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-01-13 22:03:32 +0000 |
| commit | c04df11f1ec1e3dd3e23fced9e1b127e5b05ab91 (patch) | |
| tree | 5de978408407862833300fbdef37b200b2c51a9c /src/game/client/gc_ui.h | |
| parent | e26b898b74405f7133778c2fae2609c986f040fc (diff) | |
| download | zcatch-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.h | 1 |
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(); |