segatools/amex/amex.h

11 lines
176 B
C
Raw Normal View History

#pragma once
2019-05-04 17:12:20 +00:00
#include <windows.h>
#include "amex/config.h"
2019-11-03 18:01:03 +00:00
#include "amex/jvs.h"
2019-05-04 17:12:20 +00:00
2019-11-03 18:01:03 +00:00
HRESULT amex_hook_init(
const struct amex_config *cfg,
jvs_provider_t jvs);