diff options
| author | Alfred Eriksson <somerunce@gmail.com> | 2008-10-05 18:27:20 +0000 |
|---|---|---|
| committer | Alfred Eriksson <somerunce@gmail.com> | 2008-10-05 18:27:20 +0000 |
| commit | 78d129c0519166f8ab2e84acbccc3f604ed70b0b (patch) | |
| tree | b12426ca2d3194f0f960f7b53476156ff50b8a3a /src/game/client/components/menus.hpp | |
| parent | 35a1252607c5eaa9345f8220b10d4fb8de93f562 (diff) | |
| download | zcatch-78d129c0519166f8ab2e84acbccc3f604ed70b0b.tar.gz zcatch-78d129c0519166f8ab2e84acbccc3f604ed70b0b.zip | |
major restructuring of the controls settings page
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 |