mirror of
https://github.com/wiiu-env/AromaBaseModule.git
synced 2024-11-16 00:45:07 +01:00
16 lines
277 B
C++
16 lines
277 B
C++
#pragma once
|
|
|
|
#include <cstdint>
|
|
#include <function_patcher/function_patching.h>
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
extern function_replacement_data_t sdrefcount_function_replacements[];
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
extern uint32_t sdrefcount_function_replacements_size; |