mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-31 05:39:55 +00:00
9 lines
92 B
C++
9 lines
92 B
C++
#pragma once
|
|
|
|
#include <AK/String.h>
|
|
|
|
class Window;
|
|
|
|
void MsgBox(Window* owner, String&&);
|
|
|