mirror of
https://github.com/JezuzLizard/T4SP-Server-Plugin.git
synced 2025-07-03 09:41:49 +00:00
8 lines
141 B
C++
8 lines
141 B
C++
#pragma once
|
|
|
|
namespace game
|
|
{
|
|
void TempMemorySetPos(char* pos);
|
|
void TempMemoryReset(HunkUser* user);
|
|
char* TempMalloc(int len);
|
|
} |