#pragma once #include #include #include namespace ChapterXPathIndexerInternal { bool findProgressForXPathInternal(const std::shared_ptr& epub, int spineIndex, const std::string& xpath, float& outIntraSpineProgress, bool& outExactMatch); } // namespace ChapterXPathIndexerInternal