mirror of
https://github.com/wiiu-env/WiiUPluginLoaderBackend.git
synced 2025-01-26 02:51:13 +01:00
15 lines
383 B
C
15 lines
383 B
C
#pragma once
|
|
|
|
#include <wums.h>
|
|
|
|
#include "plugin/PluginContainer.h"
|
|
#include "common/plugin_defines.h"
|
|
|
|
extern plugin_information_t *gPluginInformation;
|
|
extern MEMHeapHandle pluginDataHeap;
|
|
extern uint32_t gPluginDataHeapSize;
|
|
extern plugin_information_on_reload_t gLinkOnReload;
|
|
extern module_information_t *gModuleData;
|
|
|
|
extern "C" void __init_wut();
|
|
extern "C" void __fini_wut(); |