mirror of
https://github.com/JezuzLizard/T4SP-Server-Plugin.git
synced 2025-09-03 23:27:26 +00:00
10 lines
206 B
C++
10 lines
206 B
C++
#include <stdinc.hpp>
|
|
#include "codsrc/clientscript/cscr_parsetree.hpp"
|
|
|
|
namespace game
|
|
{
|
|
sval_u* Scr_AllocNode(scriptInstance_t inst, int size)
|
|
{
|
|
return codsrc::Scr_AllocNode(inst, size);
|
|
}
|
|
} |