mirror of
https://github.com/wiiu-env/WiiUPluginLoaderBackend.git
synced 2024-11-06 04:55:07 +01:00
14 lines
231 B
C
14 lines
231 B
C
#pragma once
|
|
|
|
#include <function_patcher/function_patching.h>
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
extern function_replacement_data_t method_hooks_static[];
|
|
extern uint32_t method_hooks_static_size;
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif |