aboutsummaryrefslogtreecommitdiff
path: root/include/Body.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/Body.hpp')
-rw-r--r--include/Body.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/Body.hpp b/include/Body.hpp
index ced5f4e..77dac54 100644
--- a/include/Body.hpp
+++ b/include/Body.hpp
@@ -166,6 +166,8 @@ namespace QuickMedia {
void update_dirty_state(BodyItem *body_item, float width);
void clear_body_item_cache(BodyItem *body_item);
mgl::vec2i get_item_thumbnail_size(BodyItem *item) const;
+ // Returns the height of the items
+ float process_reactions(mgl::Window *window, BodyItem *item, float max_width, float x, float y, float padding_y, float text_offset_y, bool draw);
// Returns -1 if not found
int get_previous_visible_item(int start_index);