mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 14:48:14 +00:00
8 lines
92 B
C++
8 lines
92 B
C++
#pragma once
|
|
|
|
#include <AK/String.h>
|
|
|
|
class Window;
|
|
|
|
void MsgBox(Window* owner, String&&);
|
|
|