segatools/hooklib/dll.h

13 lines
222 B
C
Raw Normal View History

#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);