mirror of
https://github.com/wiiu-env/WiiUPluginLoaderBackend.git
synced 2025-02-18 04:26:23 +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;
|