mirror of
https://gitea.tendokyu.moe/Dniel97/segatools.git
synced 2025-01-18 22:24:04 +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);
|