mirror of
https://github.com/JezuzLizard/T4SP-Server-Plugin.git
synced 2025-07-04 10:11:48 +00:00
The decomp is compiling!
This commit is contained in:
8
src/codsrc/clientscript/cscr_tempmemory.hpp
Normal file
8
src/codsrc/clientscript/cscr_tempmemory.hpp
Normal file
@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
namespace codsrc
|
||||
{
|
||||
char* TempMalloc(int len);
|
||||
void TempMemoryReset(game::HunkUser* user);
|
||||
void TempMemorySetPos(char* pos);
|
||||
}
|
Reference in New Issue
Block a user