| 220 | } |
| 221 | |
| 222 | void ScriptScreen::showMessage(const std::string& prompt) |
| 223 | { |
| 224 | currentOverlay = std::make_shared<ScriptMessageOverlay>(*this, prompt); |
| 225 | } |
| 226 | |
| 227 | void ScriptScreen::showConfirm(const std::string& prompt) |
| 228 | { |
no outgoing calls
no test coverage detected