10 lines
226 B
C++
10 lines
226 B
C++
#pragma once
|
|
#include "iw5mp_functions_declaration.h"
|
|
#include "JMPHook_sysinfoapi_functions.h"
|
|
#include "JMPHook_bdUPnP_functions.h"
|
|
#include "JMPHook_iphlpapi_functions.h"
|
|
|
|
namespace hooks_on_threads_start
|
|
{
|
|
bool Hook();
|
|
}; |