forked from TeamTofuShop/segatools
platform/netenv.c: Virualize LAN configuration
This commit is contained in:
13
platform/netenv.h
Normal file
13
platform/netenv.h
Normal file
@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include "platform/config.h"
|
||||
|
||||
HRESULT netenv_hook_init(
|
||||
const struct netenv_config *cfg,
|
||||
const struct nusec_config *kc_cfg);
|
||||
|
Reference in New Issue
Block a user