mirror of
https://github.com/wiiu-env/WiiUPluginLoaderBackend.git
synced 2024-11-06 04:55:07 +01:00
8 lines
224 B
C
8 lines
224 B
C
|
#pragma once
|
||
|
|
||
|
#include <plugin/PluginContainer.h>
|
||
|
#include <common/plugin_defines.h>
|
||
|
|
||
|
extern plugin_information_t *gPluginInformation;
|
||
|
extern MEMHeapHandle pluginDataHeap;
|
||
|
extern plugin_information_on_reload_t gLinkOnReload;
|