| 83 | } |
| 84 | |
| 85 | void ScriptTileOverlay::answer(UiResponse resp) |
| 86 | { |
| 87 | ScriptRunner::get().bridge().respond(std::move(resp)); |
| 88 | screen.removeOverlay(); |
| 89 | } |
| 90 | |
| 91 | void ScriptTileOverlay::drawWrappedBody(const std::string& text, int bodyY) const |
| 92 | { |
nothing calls this directly
no test coverage detected