mirror of
https://github.com/JezuzLizard/T4SP-Server-Plugin.git
synced 2025-07-04 02:01:54 +00:00
9 lines
151 B
C++
9 lines
151 B
C++
#pragma once
|
|
|
|
namespace codsrc
|
|
{
|
|
char* TempMalloc(int len);
|
|
void TempMemoryReset(game::HunkUser* user);
|
|
void TempMemorySetPos(char* pos);
|
|
}
|