mirror of
https://github.com/wiiu-env/AromaBaseModule.git
synced 2025-04-23 21:51:15 +02:00
7 lines
191 B
C
7 lines
191 B
C
#include "dynload/loader_defines.h"
|
|
#include <wums.h>
|
|
|
|
extern module_information_t *gModuleData;
|
|
extern int32_t gSDMountRefCount;
|
|
extern LOADED_RPL *gLoadedRPLData;
|
|
extern RPL_DATA *gRPLData; |