fix
This commit is contained in:
@@ -13,6 +13,9 @@
|
|||||||
#include <CS2/SDK/Cstrike15/CCSInventoryManager.hpp>
|
#include <CS2/SDK/Cstrike15/CCSInventoryManager.hpp>
|
||||||
#include <CS2/SDK/Cstrike15/CCSPlayerInventory.hpp>
|
#include <CS2/SDK/Cstrike15/CCSPlayerInventory.hpp>
|
||||||
|
|
||||||
|
#include <CS2/SDK/SDL3/SDL3_Functions.hpp>
|
||||||
|
#include <CS2/SDK/TIER0/TIER0_Functions.hpp>
|
||||||
|
|
||||||
#include <Common/Helpers/ModuleLoaderHelper.hpp>
|
#include <Common/Helpers/ModuleLoaderHelper.hpp>
|
||||||
|
|
||||||
#define RETURN_FALSE_IF_INTERFACE_ERROR(Interface)\
|
#define RETURN_FALSE_IF_INTERFACE_ERROR(Interface)\
|
||||||
@@ -80,6 +83,12 @@ auto CSDK_Loader::LoadSDK() -> bool
|
|||||||
DEV_LOG( "\n" );
|
DEV_LOG( "\n" );
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
if ( !GetSDL3Functions()->OnInit() )
|
||||||
|
return false;
|
||||||
|
|
||||||
|
if ( !GetTIER0Functions()->OnInit() )
|
||||||
|
return false;
|
||||||
|
|
||||||
GetSchemaOffset()->Init();
|
GetSchemaOffset()->Init();
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
|||||||
Reference in New Issue
Block a user