Platform: Add MessageBox

This commit is contained in:
SirLynix
2023-12-21 00:08:14 +01:00
parent baaea2a33f
commit 92e9a75ffa
6 changed files with 287 additions and 0 deletions

View File

@@ -32,6 +32,7 @@ namespace Nz
{
friend WindowImpl;
friend class InputImpl;
friend class MessageBox;
friend class Mouse;
friend class Platform;