| 6 | #include "shell.h" |
| 7 | |
| 8 | ShellInstance::ShellInstance(handle_t svc, const char* name) : shellSrv(svc, name, 512) { |
| 9 | |
| 10 | } |
| 11 | |
| 12 | void ShellInstance::SetMenu(Lemon::GUI::Window* menu){ |
| 13 | this->menu = menu; |
nothing calls this directly
no outgoing calls
no test coverage detected