1
0
mirror of https://gitea.tendokyu.moe/Hay1tsme/segatools.git synced 2024-11-25 01:40:11 +01:00
segatools-hay1tsme/platform/platform.h

18 lines
387 B
C
Raw Normal View History

2019-05-18 05:10:09 +02:00
#pragma once
#include <windows.h>
#include "platform/config.h"
2019-08-31 00:46:57 +02:00
HRESULT platform_hook_init_alls(
const struct alls_config *cfg,
const char *game_id,
const char *platform_id,
HMODULE redir_mod);
2019-05-18 05:10:09 +02:00
HRESULT platform_hook_init_nu(
const struct nu_config *cfg,
const char *game_id,
const char *platform_id,
HMODULE redir_mod);