mirror of
https://github.com/wiiu-env/AromaBaseModule.git
synced 2024-11-16 00:45:07 +01:00
5 lines
249 B
C++
5 lines
249 B
C++
#include "globals.h"
|
|
|
|
module_information_t *gModuleData __attribute__((section(".data"))) = NULL;
|
|
int32_t gSDMountRefCount __attribute__((section(".data"))) = 0;
|
|
LOADED_RPL *gLoadedRPLData __attribute__((section(".data"))) = nullptr; |