mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Enable LZHAM fail exceptions
This commit is contained in:
parent
d953e5bafa
commit
39af321b54
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user