mirror of
https://github.com/wiiu-env/FunctionPatcherModule.git
synced 2024-11-04 17:15:09 +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);
|