mirror of
https://gitea.tendokyu.moe/Hay1tsme/segatools.git
synced 2024-11-14 21:47:38 +01:00
11 lines
176 B
C
11 lines
176 B
C
#pragma once
|
|
|
|
#include <windows.h>
|
|
|
|
#include "amex/config.h"
|
|
#include "amex/jvs.h"
|
|
|
|
HRESULT amex_hook_init(
|
|
const struct amex_config *cfg,
|
|
jvs_provider_t jvs);
|