BMC Engine v1.0.0
An open-source game engine powered by C and C++
Loading...
Searching...
No Matches
ErrorHandler Class Reference

#include <ErrorHandler.h>

Static Public Member Functions

static void ErrorPopup (int type, const char *_text)
 

Detailed Description

Handles errors in the program.

Member Function Documentation

◆ ErrorPopup()

void ErrorHandler::ErrorPopup ( int type,
const char * _text )
static

Creates and OS-specific popup if an error occurred.

Parameters
typeThe severity, from ErrorDefinitions.h, that the error is.
_textThe message in the popup.

The documentation for this class was generated from the following files: