move dinput hooks into hook.c
This commit is contained in:
parent
e37aa21ae5
commit
369d3c2b65
5 changed files with 11 additions and 17 deletions
|
@ -64,6 +64,7 @@ extern int g_hook_method;
|
|||
extern BOOL g_hook_active;
|
||||
|
||||
void hook_init();
|
||||
void hook_early_init();
|
||||
void hook_exit();
|
||||
void hook_patch_iat(HMODULE hmod, BOOL unhook, char* module_name, char* function_name, PROC new_function);
|
||||
void hook_patch_iat_list(HMODULE hmod, BOOL unhook, hook_list* hooks);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue