diff options
Diffstat (limited to 'src/game/client/gc_ui.cpp')
| -rw-r--r-- | src/game/client/gc_ui.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/game/client/gc_ui.cpp b/src/game/client/gc_ui.cpp index a7580d5d..dc78c0ca 100644 --- a/src/game/client/gc_ui.cpp +++ b/src/game/client/gc_ui.cpp @@ -45,7 +45,9 @@ int ui_update(float mx, float my, float mwx, float mwy, int buttons) becomming_hot_item = 0; return 0; } - +/* +bool ui_ +*/ int ui_mouse_inside(const RECT *r) { if(mouse_x >= r->x && mouse_x <= r->x+r->w && mouse_y >= r->y && mouse_y <= r->y+r->h) |