1
0
mirror of synced 2024-11-15 02:07:36 +01:00
bananatools/ferrumhook/network.h

10 lines
195 B
C
Raw Normal View History

2023-01-03 05:35:53 +01:00
#pragma once
#include <windows.h>
#include <stdbool.h>
#include <stdint.h>
struct ferrum_network_config {
bool enable;
};
HRESULT network_hook_init(const struct ferrum_network_config *cfg);