mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-10 09:45:00 +00:00
9 lines
94 B
C++
9 lines
94 B
C++
#pragma once
|
|
|
|
#include <AK/AKString.h>
|
|
|
|
class Window;
|
|
|
|
void MsgBox(Window* owner, String&&);
|
|
|