ladybird/Widgets/MsgBox.h
2018-12-21 02:18:16 +01:00

8 lines
94 B
C++

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