#pragma once #include #include "DiabloUI/ui_item.h" #include "utils/stdcompat/string_view.hpp" namespace devilution { void UiErrorOkDialog(string_view text, const std::vector> &renderBehind); void UiErrorOkDialog(string_view caption, string_view text, const std::vector> &renderBehind); } // namespace devilution