segatools/platform/platform.h

12 lines
227 B
C
Raw Normal View History

2019-05-18 03:10:09 +00:00
#pragma once
#include <windows.h>
#include "platform/config.h"
HRESULT platform_hook_init(
const struct platform_config *cfg,
2019-05-18 03:10:09 +00:00
const char *game_id,
const char *platform_id,
HMODULE redir_mod);