AromaBaseModule/source/globals.h

8 lines
239 B
C
Raw Normal View History

2022-08-25 12:58:35 +02:00
#include "dynload/loader_defines.h"
#include <function_patcher/fpatching_defines.h>
2022-08-25 12:58:35 +02:00
#include <wums.h>
extern module_information_t *gModuleData;
extern int32_t gSDMountRefCount;
extern LOADED_RPL *gLoadedRPLData;
extern RPL_DATA *gRPLData;