Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/listitem.h')
-rw-r--r--src/ui/listitem.h2
1 files changed, 2 insertions, 0 deletions
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: