aboutsummaryrefslogtreecommitdiff
path: root/include/QuickMedia.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/QuickMedia.hpp')
-rw-r--r--include/QuickMedia.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/QuickMedia.hpp b/include/QuickMedia.hpp
index 5010025..70c7001 100644
--- a/include/QuickMedia.hpp
+++ b/include/QuickMedia.hpp
@@ -27,6 +27,10 @@ namespace QuickMedia {
void video_content_page();
void episode_list_page();
void image_page();
+ void content_list_page();
+ void content_details_page();
+
+ void select_episode(BodyItem *item, bool start_from_beginning);
private:
sf::RenderWindow window;
sf::Vector2f window_size;
@@ -39,7 +43,9 @@ namespace QuickMedia {
// TODO: Combine these
std::string images_url;
std::string content_title;
+ std::string content_episode;
std::string content_url;
+ std::string content_list_url;
std::string chapter_title;
int image_index;
Path content_storage_file;