9 lines
111 B
C
9 lines
111 B
C
#ifndef HOOK_MISC_H
|
|
#define HOOK_MISC_H
|
|
|
|
#include <windows.h>
|
|
|
|
void misc_insert_hooks(HMODULE target);
|
|
|
|
#endif
|