mirror of
https://gitea.tendokyu.moe/Hay1tsme/segatools.git
synced 2025-02-21 12:39:37 +01:00
13 lines
222 B
C
13 lines
222 B
C
#pragma once
|
|
|
|
#include <stddef.h>
|
|
#include <stdint.h>
|
|
|
|
#include "hook/table.h"
|
|
|
|
HRESULT dll_hook_push(
|
|
HMODULE redir_mod,
|
|
const wchar_t *name,
|
|
const struct hook_symbol *syms,
|
|
size_t nsyms);
|