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 f4742bc..236a02d 100644
--- a/include/Body.hpp
+++ b/include/Body.hpp
@@ -207,6 +207,8 @@ namespace QuickMedia {
float get_page_scroll() const { return page_scroll; }
bool is_last_item_fully_visible() const { return last_item_fully_visible; }
+ bool is_body_full_with_items() const { return items_cut_off; }
+
sf::Text progress_text;
sf::Text replies_text;
sf::Text embedded_item_load_text;