Enabling vscript_client.nut and vscript_server.nut (fixes issue with doc aliases)

This commit is contained in:
James Mitchell
2020-05-31 15:39:17 +10:00
parent 76db66f70a
commit 8316cf05ec
4 changed files with 18 additions and 17 deletions

View File

@@ -1,3 +1,4 @@
static char g_Script_vscript_client[] = R"vscript(
//========== Copyright <20> 2008, Valve Corporation, All rights reserved. ========
//
// Purpose:
@@ -17,3 +18,5 @@ function IncludeScript( name, scope = null )
}
return ::DoIncludeScript( name, scope );
}
)vscript";