]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - libs/gtkutil/messagebox.h
reformat code! now the code is only ugly on the *inside*
[xonotic/netradiant.git] / libs / gtkutil / messagebox.h
index 4ae8a3f8a52c5b7fc44c6004de32847e4f538c18..331ae169883a2f14b73c5a5fa010c4468f15ecdf 100644 (file)
@@ -25,6 +25,8 @@
 #include "qerplugin.h"
 
 /// \brief Shows a modal message-box.
-EMessageBoxReturn gtk_MessageBox( ui::Window parent, const char* text, const char* title = "NetRadiant", EMessageBoxType type = eMB_OK, EMessageBoxIcon icon = eMB_ICONDEFAULT );
+EMessageBoxReturn
+gtk_MessageBox(ui::Window parent, const char *text, const char *title = "NetRadiant", EMessageBoxType type = eMB_OK,
+               EMessageBoxIcon icon = eMB_ICONDEFAULT);
 
 #endif