Enable LZHAM fail exceptions

This commit is contained in:
Kawe Mazidjatari 2023-04-30 21:48:31 +02:00
parent d953e5bafa
commit 39af321b54
2 changed files with 2 additions and 0 deletions

View File

@ -36,6 +36,7 @@ void SDK_Init()
Console_Init();
#endif // !DEDICATED
lzham_enable_fail_exceptions(true);
curl_global_init(CURL_GLOBAL_ALL);
SpdLog_Init();
Winsock_Init(); // Initialize Winsock.

View File

@ -83,6 +83,7 @@
#endif // !DEDICATED && !SDKLAUNCHER && !NETCONSOLE && !PLUGINSDK
#if !defined(SDKLAUNCHER) && !defined (NETCONSOLE) && !defined(PLUGINSDK)
#include "thirdparty/lzham/include/lzham_assert.h"
#include "thirdparty/lzham/include/lzham_types.h"
#include "thirdparty/lzham/include/lzham.h"
#endif // !SDKLAUNCHER && !NETCONSOLE && !PLUGINSDK