mirror of
https://github.com/wiiu-env/ContentRedirectionModule.git
synced 2024-11-10 13:45:16 +01:00
16 lines
274 B
C
16 lines
274 B
C
|
#pragma once
|
||
|
|
||
|
#include <function_patcher/function_patching.h>
|
||
|
#include <stdint.h>
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
|
||
|
extern function_replacement_data_t fsa_file_function_replacements[];
|
||
|
extern uint32_t fsa_file_function_replacements_size;
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|