mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 12:42:34 +01:00
Setup exception handler in examples.
This commit is contained in:
@@ -595,6 +595,7 @@ BX_PRAGMA_DIAGNOSTIC_POP();
|
||||
int main(int _argc, const char* const* _argv)
|
||||
{
|
||||
//DBG(BX_COMPILER_NAME " / " BX_CPU_NAME " / " BX_ARCH_NAME " / " BX_PLATFORM_NAME);
|
||||
bx::installExceptionHandler();
|
||||
|
||||
s_fileReader = BX_NEW(g_allocator, FileReader);
|
||||
s_fileWriter = BX_NEW(g_allocator, FileWriter);
|
||||
|
||||
Reference in New Issue
Block a user