13 lines
275 B
C++
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
|