#include "SuperMenuText.h" #include "../others/Hanz2Piny.h" #include "OpenCCConverter.h" #include "PotConv.h" #include "convert.h" #include #include #include SuperMenuText::SuperMenuText(const std::string& title, int font_size, const std::vector>& allItems, int itemsPerPage) : InputBox(title, font_size), items_(allItems), itemsPerPage_(itemsPerPage) { previous_ = std::make_shared