WUMSLoader/wumsloader/src/utils/memory.h

5 lines
92 B
C

#pragma once
extern uint32_t MEMAlloc;
extern uint32_t MEMAllocEx;
extern uint32_t MEMFree;