1
0
mirror of https://gitea.tendokyu.moe/Dniel97/segatools.git synced 2025-02-07 14:51:33 +01:00

18 lines
387 B
C
Raw Normal View History

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