mirror of
https://github.com/wiiu-env/AromaBaseModule.git
synced 2025-02-17 11:46:23 +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();
|