mirror of
https://gitea.tendokyu.moe/Dniel97/segatools.git
synced 2024-11-24 13:30:09 +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);
|
|
|