cheat-engine/Cheat Engine/CUDA pointerscan/bigalloc.cuh
2019-12-19 17:49:30 +01:00

6 lines
No EOL
97 B
Text
Executable file

#ifndef BIGALLOC_CUH
#define BIGALLOC_CUH
extern __device__ void *balloc(int size);
#endif