Files
T4SP-Server-Plugin/src/game/clientscript/cscr_parsetree_w.cpp
2023-08-31 18:56:00 -06:00

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);
}
}