forked from Dniel97/segatools
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);
|
|
|