mirror of
https://github.com/djdevin/recnet-plugin.git
synced 2026-09-08 14:41:30 -07:00
10 lines
136 B
C
10 lines
136 B
C
#pragma once
|
|
|
|
#include "common.h"
|
|
|
|
int InstallDetour(
|
|
LPVOID target,
|
|
LPVOID hook,
|
|
BYTE *backup,
|
|
LPVOID *outTrampoline
|
|
); |