mirror of
https://github.com/JezuzLizard/T4SP-Server-Plugin.git
synced 2025-07-04 10:11:48 +00:00
It compiles again
This commit is contained in:
20
src/game/clientscript/cscr_tempmemory_w.cpp
Normal file
20
src/game/clientscript/cscr_tempmemory_w.cpp
Normal file
@ -0,0 +1,20 @@
|
||||
#include <stdinc.hpp>
|
||||
|
||||
namespace game
|
||||
{
|
||||
void TempMemorySetPos(char* pos)
|
||||
{
|
||||
//cscr_tempmemory::TempMemorySetPos(pos);
|
||||
}
|
||||
|
||||
void TempMemoryReset(HunkUser* user)
|
||||
{
|
||||
//cscr_tempmemory::TempMemoryReset(user);
|
||||
}
|
||||
|
||||
char* TempMalloc(int len)
|
||||
{
|
||||
//return cscr_tempmemory::TempMalloc(len);
|
||||
return nullptr;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user