mirror of
https://github.com/cheat-engine/cheat-engine
synced 2026-08-15 02:26:08 -04:00
6 lines
No EOL
97 B
Text
Executable file
6 lines
No EOL
97 B
Text
Executable file
#ifndef BIGALLOC_CUH
|
|
#define BIGALLOC_CUH
|
|
|
|
extern __device__ void *balloc(int size);
|
|
|
|
#endif |