| 316 | } |
| 317 | |
| 318 | void MainApplication::ReturnToParentLayout() { |
| 319 | this->PopMenuData(); |
| 320 | this->PopLayout(); |
| 321 | } |
| 322 | |
| 323 | void MainApplication::LoadMenuData(const bool push_new, const std::string &name, pu::sdl2::TextureHandle::Ref icon, const std::string &temp_head) { |
| 324 | if(push_new) { |
no test coverage detected