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