mirror of
https://gitea.tendokyu.moe/Hay1tsme/bananatools.git
synced 2026-07-10 14:01:59 -05:00
10 lines
195 B
C
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); |