mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-09 20:12:21 +02:00
4 lines
95 B
C
4 lines
95 B
C
#pragma once
|
|
|
|
extern "C" void* StompAlloc(intptr size);
|
|
extern "C" void StompFree(void* addr);
|