mirror of
https://github.com/wiiu-env/WiiUPluginLoaderBackend.git
synced 2024-11-25 14:16:53 +01:00
12 lines
322 B
C
12 lines
322 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; |