tekno_uttv2/ultimateteknotool.v2/iw5mp_functions_declaration.h
2020-12-31 15:35:46 +03:00

18 lines
317 B
C++

#pragma once
#include <stdint.h>
namespace iw5mp_functions_addresses
{
bool VerifyAllAddresses();
extern uint32_t SerializeNetData;
namespace bdDTLSAssociation_functions
{
extern uint32_t sendInit;
};
namespace bdUPnP_functions
{
extern uint32_t extractDeviceInfo;
};
extern uint32_t GetChallengeS2;
};