forked from Hay1tsme/segatools
6d933eb8f4
Easier to type and more consistent with its identifiers.
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);
|