1
0
mirror of https://gitea.tendokyu.moe/Dniel97/segatools.git synced 2024-09-24 11:18:20 +02:00
segatools-dniel97/platform/platform.h
2019-08-30 18:46:57 -04:00

18 lines
387 B
C

#pragma once
#include <windows.h>
#include "platform/config.h"
HRESULT platform_hook_init_alls(
const struct alls_config *cfg,
const char *game_id,
const char *platform_id,
HMODULE redir_mod);
HRESULT platform_hook_init_nu(
const struct nu_config *cfg,
const char *game_id,
const char *platform_id,
HMODULE redir_mod);