1
0
mirror of https://gitea.tendokyu.moe/Dniel97/segatools.git synced 2024-11-12 07:20:46 +01:00
segatools-dniel97/platform/nusec.h
2019-05-18 00:00:57 -04:00

11 lines
194 B
C

#pragma once
#include <windows.h>
#include "platform/config.h"
HRESULT nusec_hook_init(
const struct nusec_config *cfg,
const char *game_id,
const char *platform_id);