Function Blam::DebugUI::ShowErrorDialog

Function Documentation

void Blam::DebugUI::ShowErrorDialog(const char *title, const char *message)

Shows a simple error dialog created using ImGUI.

Parameters
  • title: - The title of the dialog box.

  • message: - The message to show within the dialog box.