segatools/amex/amex.h
Tau 6d933eb8f4 amex/config.c: Rename from cfg.c
Easier to type and more consistent with its identifiers.
2019-05-17 23:07:20 -04:00

8 lines
117 B
C

#pragma once
#include <windows.h>
#include "amex/config.h"
HRESULT amex_hook_init(const struct amex_config *cfg);