|
Devilution
Diablo devolved - magic behind the 1996 computer game
|
Go to the source code of this file.
Functions | |
| void | app_fatal (const char *pszFmt,...) |
| void | MsgBox (const char *pszFmt, va_list va) |
| void | FreeDlg () |
| void | DrawDlg (char *pszFmt,...) |
| void | ErrDlg (const char *title, const char *error, char *log_file_path, int log_line_nr) |
| void | FileErrDlg (const char *error) |
| void | InsertCDDlg (const char *fileName) |
| void | DirErrorDlg (char *error) |
Variables | |
| DEVILUTION_BEGIN_NAMESPACE char | sz_error_buf [256] |
| BOOL | terminating |
| Set to true when a fatal error is encountered and the application should shut down. More... | |
| int | cleanup_thread_id |
| Thread id of the last callee to FreeDlg(). More... | |
Implementation of error dialogs.
Definition in file appfat.cpp.
1.8.17