aboutsummaryrefslogtreecommitdiff
path: root/include/Body.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/Body.hpp')
-rw-r--r--include/Body.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/Body.hpp b/include/Body.hpp
index 2f1644d..008aa70 100644
--- a/include/Body.hpp
+++ b/include/Body.hpp
@@ -114,6 +114,9 @@ namespace QuickMedia {
int get_selected_item() const { return selected_item; }
+ void set_page_scroll(float scroll) { page_scroll = scroll; }
+ float get_page_scroll() const { return page_scroll; }
+
sf::Font *font;
sf::Font *bold_font;
sf::Font *cjk_font;