Add Engine::ReportCrash event for custom crash reporting or handling
This commit is contained in:
@@ -71,6 +71,7 @@ Action Engine::Draw;
|
||||
Action Engine::Pause;
|
||||
Action Engine::Unpause;
|
||||
Action Engine::RequestingExit;
|
||||
Delegate<StringView, void*> Engine::ReportCrash;
|
||||
FatalErrorType Engine::FatalError = FatalErrorType::None;
|
||||
bool Engine::IsRequestingExit = false;
|
||||
int32 Engine::ExitCode = 0;
|
||||
|
||||
Reference in New Issue
Block a user