![]() |
Blamite Game Engine - blam!
00398.09.22.23.2015.blamite
The core library for the Blamite Game Engine.
|
Namespace containing things relating to error information and reporting. More...
Functions | |
BLAM std::string | GetErrorString (BlamResult result) |
Alias of Blam::EngineText::LookupErrorString() . More... | |
BLAM void | RegisterSignalExceptions () |
Registers all signal handlers. More... | |
Namespace containing things relating to error information and reporting.
std::string Blam::Diagnostics::Errors::GetErrorString | ( | BlamResult | result | ) |
Alias of Blam::EngineText::LookupErrorString()
.
Blam::EngineText::LookupErrorString()
instead. void Blam::Diagnostics::Errors::RegisterSignalExceptions | ( | ) |
Registers all signal handlers.
After this is called, signal exceptions will be thrown or handled by the engine.