mirror of
https://gitea.tendokyu.moe/Hay1tsme/segatools.git
synced 2025-02-07 15:01:19 +01:00
8 lines
117 B
C
8 lines
117 B
C
#pragma once
|
|
|
|
#include <windows.h>
|
|
|
|
#include "amex/config.h"
|
|
|
|
HRESULT amex_hook_init(const struct amex_config *cfg);
|