mirror of
https://github.com/wiiu-env/AromaBaseModule.git
synced 2024-11-16 08:49:16 +01:00
7 lines
201 B
C
7 lines
201 B
C
|
#pragma once
|
||
|
|
||
|
#include <cstdint>
|
||
|
#include <function_patcher/function_patching.h>
|
||
|
|
||
|
extern function_replacement_data_t dynload_function_replacements[];
|
||
|
extern uint32_t dynload_function_replacements_size;
|