1 2 3 4 5 6 7
#include "../../plugins/Manga.hpp" namespace QuickMedia { const std::vector<Creator>& Manga::get_creators() const { return creators; } }