NotificationModule/src/function_patches.h

8 lines
186 B
C
Raw Normal View History

2023-01-21 20:37:04 +01:00
#pragma once
#include <cstdint>
#include <function_patcher/fpatching_defines.h>
extern function_replacement_data_t function_replacements[];
extern uint32_t function_replacements_size;