This repository has been archived on 2024-12-27. You can view files and clone it, but cannot push or open issues or pull requests.
Files
segatools/platform/dns.h
2019-09-04 13:47:31 -04:00

9 lines
129 B
C

#pragma once
#include <windows.h>
#include "platform/config.h"
HRESULT dns_platform_hook_init(const struct dns_config *cfg);