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