1
0
mirror of https://gitea.tendokyu.moe/Hay1tsme/segatools.git synced 2025-02-01 12:17:55 +01:00

11 lines
194 B
C
Raw Normal View History

#pragma once
2019-05-17 23:10:09 -04: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);