#pragma once #include "PatchedFunctionData.h" #include #include #include #include #ifdef __cplusplus extern "C" { #endif bool PatchFunction(std::shared_ptr &patchedFunction); bool RestoreFunction(std::shared_ptr &patchedFunction); #ifdef __cplusplus } #endif