forked from Dniel97/segatools
8 lines
114 B
C
8 lines
114 B
C
#pragma once
|
|
|
|
#include <windows.h>
|
|
|
|
#include "amex/cfg.h"
|
|
|
|
HRESULT amex_hook_init(const struct amex_config *cfg);
|