mirror of
				https://github.com/wiiu-env/WiiUPluginLoaderBackend.git
				synced 2025-10-30 19:16:08 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			387 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			387 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #pragma once
 | |
| 
 | |
| #include "common/plugin_defines.h"
 | |
| #include <wups/hooks.h>
 | |
| 
 | |
| 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);
 | 
