Devilution
Diablo devolved - magic behind the 1996 computer game
Functions | Variables
appfat.cpp File Reference
#include "all.h"
#include "../3rdParty/Storm/Source/storm.h"
#include <config.h>

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...
 

Detailed Description

Implementation of error dialogs.

Definition in file appfat.cpp.