1
0
mirror of https://gitea.tendokyu.moe/Hay1tsme/segatools.git synced 2024-11-14 21:47:38 +01:00
segatools-hay1tsme/amex/amex.h
2019-11-03 13:01:38 -05:00

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);