AromaBaseModule/source/symbolnamepatcher/sym_function_replacements.h

16 lines
277 B
C
Raw Normal View History

2022-08-25 12:58:35 +02:00
#pragma once
#include <cstdint>
#include <function_patcher/function_patching.h>
#ifdef __cplusplus
extern "C" {
#endif
extern function_replacement_data_t symbolname_function_replacements[];
#ifdef __cplusplus
}
#endif
extern uint32_t symbolname_function_replacements_size;