ladybird/Widgets/MsgBox.h
2018-10-14 00:21:42 +02:00

9 lines
92 B
C++

#pragma once
#include <AK/String.h>
class Window;
void MsgBox(Window* owner, String&&);