From fed29d9ddc3b8372b9c3fe8bffe221a5a55e5ce9 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Tue, 5 Oct 2010 14:38:14 +0000 Subject: updated inventory window, listview seletion sounds, modelview zoom factor --- src/ui/listitem.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/ui/listitem.h') diff --git a/src/ui/listitem.h b/src/ui/listitem.h index 6fad3e9..3c9efea 100644 --- a/src/ui/listitem.h +++ b/src/ui/listitem.h @@ -52,6 +52,8 @@ protected: /// draw the button border virtual void draw_border(); + virtual void on_mouseover(const math::Vector2f &cursor); + virtual void draw(); private: -- cgit v1.2.3