mirror of
https://gitea.tendokyu.moe/TeamTofuShop/segatools.git
synced 2026-09-27 12:29:05 +03:00
11 lines
194 B
C
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);
|