We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 95f3efe + 6953a76 commit 1ed931fCopy full SHA for 1ed931f
lib/pserror.h
@@ -164,11 +164,9 @@ void Int3MessageBox(const char *file, int line);
164
#define MBOX_YESNO 2
165
#define MBOX_YESNOCANCEL 3
166
#define MBOX_ABORTRETRYIGNORE 4
167
-#if (defined(EDITOR) || defined(NEWEDITOR) || defined(_DEBUG))
168
// prints out a standard OS messagebox
169
void OutrageMessageBox(const char *str, ...);
170
int OutrageMessageBox(int type, const char *str, ...);
171
-#endif
172
// Sets the title for future OutrageMessageBox() dialogs
173
void SetMessageBoxTitle(const char *title);
174
// Write a block of text to the system clipboard
0 commit comments