| 72 | } |
| 73 | |
| 74 | void MenuItemTypes::MenuItemListbox::addTopic(std::string topic_name, const Daedalus::GameState::LogTopic& topic) |
| 75 | { |
| 76 | m_Entries.push_back(new MenuItemListboxEntry(m_Engine, m_BaseMenu, m_ScriptHandle, topic_name, topic)); |
| 77 | } |
| 78 | |
| 79 | std::vector<std::string> MenuItemTypes::MenuItemListbox::getSelectedTopicEntries() |
| 80 | { |
no test coverage detected