mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-10 09:02:44 +02:00
9 lines
92 B
C++
9 lines
92 B
C++
#pragma once
|
|
|
|
#include <AK/String.h>
|
|
|
|
class Window;
|
|
|
|
void MsgBox(Window* owner, String&&);
|
|
|