1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-09 20:12:21 +02:00
Beef/BeefRT/rt/StompAlloc.h
2019-08-23 11:56:54 -07:00

4 lines
95 B
C

#pragma once
extern "C" void* StompAlloc(intptr size);
extern "C" void StompFree(void* addr);