NotificationModule/src/function_patches.h

8 lines
186 B
C++

#pragma once
#include <cstdint>
#include <function_patcher/fpatching_defines.h>
extern function_replacement_data_t function_replacements[];
extern uint32_t function_replacements_size;