Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/WolfireGames/overgrowth.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Compat/os_dialogs.h')
-rw-r--r--Source/Compat/os_dialogs.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/Source/Compat/os_dialogs.h b/Source/Compat/os_dialogs.h
index 84c28d78..7e9c7adb 100644
--- a/Source/Compat/os_dialogs.h
+++ b/Source/Compat/os_dialogs.h
@@ -28,14 +28,14 @@
#include <string>
-/**
-*Displays an error message.
-*@param title The title of the message box.
-*@param contents The contents of the message box.
-*@param type Which buttons are available
-*@param allow_repetition If false, skips error if exact content has already
-* been displayed
-*/
+/**
+ *Displays an error message.
+ *@param title The title of the message box.
+ *@param contents The contents of the message box.
+ *@param type Which buttons are available
+ *@param allow_repetition If false, skips error if exact content has already
+ * been displayed
+ */
ErrorResponse OSDisplayError(const char* title,
- const char* contents,
- ErrorType type = _ok_cancel);
+ const char* contents,
+ ErrorType type = _ok_cancel);