Version section bin files

This commit is contained in:
Dave Allie
2025-12-06 22:09:25 +11:00
parent 6da028c703
commit 5a23d72724
4 changed files with 31 additions and 20 deletions
+3 -2
View File
@@ -21,9 +21,10 @@ class Section {
cachePath = epub->getCachePath() + "/" + std::to_string(spineIndex);
}
~Section() = default;
bool hasCache();
void writeCacheMetadata() const;
bool loadCacheMetadata();
void setupCacheDir() const;
void clearCache() const;
bool persistPageDataToSD();
void renderPage();
void renderPage() const;
};