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

10 lines
195 B
C

#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);