mirror of
https://github.com/wiiu-env/RPXLoadingModule.git
synced 2025-02-22 20:07:09 +01:00
17 lines
287 B
C
17 lines
287 B
C
![]() |
#pragma once
|
||
|
|
||
|
#include <function_patcher/function_patching.h>
|
||
|
#include <stdint.h>
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
|
||
|
extern function_replacement_data_t fs_dir_function_replacements[];
|
||
|
extern uint32_t fs_dir_function_replacements_size;
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|
||
|
|