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

11 lines
194 B
C
Raw Normal View History

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