Skip to content

Commit

Permalink
Define OutrageMessageBox regardless of DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
tophyr committed Jun 25, 2024
1 parent c5d5037 commit 6953a76
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/pserror.h
Original file line number Diff line number Diff line change
Expand Up @@ -164,11 +164,9 @@ void Int3MessageBox(const char *file, int line);
#define MBOX_YESNO 2
#define MBOX_YESNOCANCEL 3
#define MBOX_ABORTRETRYIGNORE 4
#if (defined(EDITOR) || defined(NEWEDITOR) || defined(_DEBUG))
// prints out a standard OS messagebox
void OutrageMessageBox(const char *str, ...);
int OutrageMessageBox(int type, const char *str, ...);
#endif
// Sets the title for future OutrageMessageBox() dialogs
void SetMessageBoxTitle(const char *title);
// Write a block of text to the system clipboard
Expand Down

0 comments on commit 6953a76

Please sign in to comment.