| 205 | } |
| 206 | |
| 207 | UIWidgets::Colors Menu::GetMenuThemeColor() { |
| 208 | return menuThemeIndex; |
| 209 | } |
| 210 | |
| 211 | Menu::Menu(const std::string& cVar, const std::string& name, uint8_t searchSidebarIndex_, |
| 212 | UIWidgets::Colors defaultThemeIndex_) |
nothing calls this directly
no outgoing calls
no test coverage detected