mirror of
https://github.com/wiiu-env/AromaBaseModule.git
synced 2024-11-16 08:49:16 +01:00
6 lines
158 B
C
6 lines
158 B
C
|
#include "dynload/loader_defines.h"
|
||
|
#include <wums.h>
|
||
|
|
||
|
extern module_information_t *gModuleData;
|
||
|
extern int32_t gSDMountRefCount;
|
||
|
extern LOADED_RPL *gRPLData;
|