WiiUPluginLoaderBackend/source/hooks.h

11 lines
381 B
C
Raw Normal View History

#pragma once
2020-05-03 12:30:15 +02:00
#include <wups.h>
#include "common/plugin_defines.h"
2020-05-03 12:30:15 +02:00
void CallHook(plugin_information_t *pluginInformation, wups_loader_hook_type_t hook_type);
void CallHookEx(plugin_information_t *pluginInformation, wups_loader_hook_type_t hook_type, int32_t plugin_index_needed);
bool HasHookCallHook(plugin_information_t *pluginInformation, wups_loader_hook_type_t hook_type);