mirror of
https://github.com/wiiu-env/FunctionPatcherModule.git
synced 2025-01-09 16:39:25 +01:00
6 lines
242 B
C
6 lines
242 B
C
|
#pragma once
|
||
|
#include <function_patcher/fpatching_defines.h>
|
||
|
|
||
|
bool FunctionPatcherPatchFunction(function_replacement_data_t *function_data, PatchedFunctionHandle *outHandle);
|
||
|
|
||
|
bool FunctionPatcherRestoreFunction(PatchedFunctionHandle handle);
|