LibGUI: Implement basic message box

This commit is contained in:
2025-06-27 14:12:39 +03:00
parent cf07b747fe
commit 2d314e72fe
3 changed files with 86 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
set(LIBGUI_SOURCES
MessageBox.cpp
Texture.cpp
Widget/Button.cpp
Widget/Grid.cpp