mirror of
https://github.com/wiiu-env/WiiUPluginLoaderBackend.git
synced 2024-11-05 04:25:08 +01:00
6 lines
253 B
C++
6 lines
253 B
C++
#include "globals.h"
|
|
|
|
MEMHeapHandle pluginDataHeap __attribute__((section(".data"))) = 0;
|
|
plugin_information_t *gPluginInformation __attribute__((section(".data"))) = NULL;
|
|
|
|
plugin_information_on_reload_t gLinkOnReload __attribute__((section(".data"))); |