diff options
Diffstat (limited to 'src/game/client/components/menus.hpp')
| -rw-r--r-- | src/game/client/components/menus.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/client/components/menus.hpp b/src/game/client/components/menus.hpp index 6b90ae93..8aae925f 100644 --- a/src/game/client/components/menus.hpp +++ b/src/game/client/components/menus.hpp @@ -31,6 +31,7 @@ class MENUS : public COMPONENT static float ui_do_scrollbar_h(const void *id, const RECT *rect, float current); static int ui_do_key_reader(void *id, const RECT *rect, int key); + static void ui_do_getbuttons(int start, int stop, RECT view); enum |