| 13 | } |
| 14 | |
| 15 | void OnMessageBoxCancelPressed(Lemon::GUI::Button* b){ |
| 16 | pressed = 0; |
| 17 | b->window->closed = true; |
| 18 | } |
| 19 | |
| 20 | int DisplayMessageBox(const char* title, const char* message, MsgBoxButtons buttons){ |
| 21 | int width = Graphics::GetTextLength(message) + 10; |
nothing calls this directly
no outgoing calls
no test coverage detected