MemoryMappingModule/source/function_replacements.h

8 lines
254 B
C++

#pragma once
#include <cstdint>
#include <function_patcher/function_patching.h>
extern function_replacement_data_t function_replacements[] __attribute__((section(".data")));
extern uint32_t function_replacements_size __attribute__((section(".data")));