AromaBaseModule/source/applicationendshook/applicationends_function_replacements.h

21 lines
360 B
C
Raw Normal View History

2022-08-25 12:58:35 +02:00
#pragma once
#include <cstdint>
#include <function_patcher/function_patching.h>
2022-09-09 14:27:11 +02:00
#include <wums/hooks.h>
2022-08-25 12:58:35 +02:00
#ifdef __cplusplus
extern "C" {
#endif
2022-09-09 14:27:11 +02:00
void CallHook(wums_hook_type_t type);
2022-08-25 12:58:35 +02:00
extern function_replacement_data_t applicationendshook_function_replacements[];
#ifdef __cplusplus
}
#endif
extern uint32_t applicationendshook_function_replacements_size;