| 115 | } |
| 116 | |
| 117 | menu::GenericMenu *menu::GetTopMenu() |
| 118 | { |
| 119 | if (!s_menuStack.empty()) |
| 120 | { |
| 121 | return s_menuStack.back(); |
| 122 | } |
| 123 | |
| 124 | return nullptr; |
| 125 | } |
| 126 | |
| 127 | uint32_t menu::GetMenuCount() |
| 128 | { |
nothing calls this directly
no outgoing calls
no test coverage detected