Add a simple MsgBox() :^)

This commit is contained in:
Andreas Kling 2018-10-14 00:21:42 +02:00
commit 3ebea05996
Notes: sideshowbarker 2024-07-19 18:48:37 +09:00
9 changed files with 89 additions and 0 deletions

View file

@ -111,3 +111,7 @@ void Window::setFocusedWidget(Widget* widget)
previouslyFocusedWidget->repaint(Rect());
}
void Window::close()
{
}