Skip to content
Snippets Groups Projects

Alert fn update

Merged Iver Karlsbakk Småge requested to merge alert-fn into main
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -321,7 +321,7 @@ void TDT4102::AnimationWindow::add(TDT4102::Widget& widgetToAdd) {
}
void TDT4102::AnimationWindow::show_info_dialog(const std::string& message) const {
SDL_ShowSimpleMessageBox(SDL_MESSAGEBOX_INFORMATION, "Error", message.c_str(), windowHandle);
SDL_ShowSimpleMessageBox(SDL_MESSAGEBOX_INFORMATION, "Information", message.c_str(), windowHandle);
}
void TDT4102::AnimationWindow::show_error_dialog(const std::string& message) const {
Loading