mirror of
https://github.com/wiiu-env/MemoryMappingModule.git
synced 2024-11-21 17:29:21 +01:00
8 lines
254 B
C++
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"))); |