Files
Crosspoint/lib/KOReaderSync/ChapterXPathForwardMapper.h
T
2026-04-01 10:38:02 +02:00

13 lines
275 B
C++

#pragma once
#include <Epub.h>
#include <memory>
#include <string>
namespace ChapterXPathIndexerInternal {
std::string findXPathForProgressInternal(const std::shared_ptr<Epub>& epub, int spineIndex, float intraSpineProgress);
} // namespace ChapterXPathIndexerInternal