forked from Hay1tsme/segatools
refactor all common parts and games
This commit is contained in:
10
common/hooklib/dll.h
Normal file
10
common/hooklib/dll.h
Normal file
@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
|
||||
HRESULT dll_hook_push(
|
||||
HMODULE redir_mod,
|
||||
const wchar_t *name);
|
Reference in New Issue
Block a user