mirror of
https://github.com/wiiu-env/NotificationModule.git
synced 2024-11-16 16:59:17 +01:00
8 lines
186 B
C
8 lines
186 B
C
|
#pragma once
|
||
|
|
||
|
#include <cstdint>
|
||
|
#include <function_patcher/fpatching_defines.h>
|
||
|
|
||
|
extern function_replacement_data_t function_replacements[];
|
||
|
extern uint32_t function_replacements_size;
|