mirror of
https://gitea.tendokyu.moe/Hay1tsme/segatools.git
synced 2024-11-28 02:50:48 +01:00
9 lines
129 B
C
9 lines
129 B
C
#pragma once
|
|
|
|
#include <windows.h>
|
|
|
|
#include "platform/config.h"
|
|
|
|
HRESULT dns_platform_hook_init(const struct dns_config *cfg);
|
|
|