mirror of
https://github.com/wiiu-env/MemoryMappingModule.git
synced 2024-11-22 17:59:18 +01:00
7 lines
254 B
C
7 lines
254 B
C
|
#pragma once
|
||
|
#include <function_patcher/function_patching.h>
|
||
|
#include <stdint.h>
|
||
|
|
||
|
extern function_replacement_data_t function_replacements[] __attribute__((section(".data")));
|
||
|
|
||
|
extern uint32_t function_replacements_size __attribute__((section(".data")));
|