mirror of
https://github.com/wiiu-env/AromaBaseModule.git
synced 2024-11-16 00:45:07 +01:00
9 lines
158 B
C
9 lines
158 B
C
#pragma once
|
|
|
|
#include <stdint.h>
|
|
|
|
extern uint32_t gHeapMask;
|
|
extern uint32_t gNonHomebrewFSClientCount;
|
|
|
|
void initCommonPatches();
|
|
void commonPatchesStart(); |