mirror of
https://github.com/JezuzLizard/T4SP-Server-Plugin.git
synced 2025-07-03 09:41:49 +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);
|
|
}
|
|
} |