Version section bin files

This commit is contained in:
Dave Allie
2025-12-06 22:04:59 +11:00
parent dd6e649d74
commit bb151caee7
4 changed files with 31 additions and 20 deletions

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;
};