aboutsummaryrefslogtreecommitdiff
path: root/include/QuickMedia.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2019-08-06 03:12:16 +0200
committerdec05eba <dec05eba@protonmail.com>2019-08-06 03:12:40 +0200
commit58481b46a2c64fda4f506e15ee94dd97f527d552 (patch)
tree337809ed5aadece3cc6a3746aa78a24b390472ca /include/QuickMedia.hpp
parent7ce2139650012d4c571c7e7600924853ab7032bb (diff)
Save and show progress in manga and return to last page"
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 e5f4f2d..48a2d8a 100644
--- a/include/QuickMedia.hpp
+++ b/include/QuickMedia.hpp
@@ -2,10 +2,12 @@
#include "SearchBar.hpp"
#include "Page.hpp"
+#include "Storage.hpp"
#include <vector>
#include <memory>
#include <SFML/Graphics/Font.hpp>
#include <SFML/Graphics/RenderWindow.hpp>
+#include <json/value.h>
namespace QuickMedia {
class Body;
@@ -34,6 +36,10 @@ namespace QuickMedia {
// TODO: Combine these
std::string video_url;
std::string images_url;
+ std::string content_title;
+ std::string chapter_title;
int image_index;
+ Path content_storage_file;
+ Json::Value content_storage_json;
};
} \ No newline at end of file