#pragma once #include struct EpubTocEntry { std::string title; std::string href; std::string anchor; uint8_t level; };