Skip to content

Commit 70d4c5a

Browse files
Add vscript vgui
1 parent c25053d commit 70d4c5a

File tree

5 files changed

+4008
-25
lines changed

5 files changed

+4008
-25
lines changed

sp/src/game/client/client_mapbase.vpc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,11 @@ $Project
5959
$File "$SRCDIR\game\shared\mapbase\weapon_custom_scripted.cpp" [$MAPBASE_VSCRIPT]
6060
$File "$SRCDIR\game\shared\mapbase\weapon_custom_scripted.h" [$MAPBASE_VSCRIPT]
6161
$File "$SRCDIR\game\shared\mapbase\logic_script_client.cpp" [$MAPBASE_VSCRIPT]
62-
62+
63+
$File "mapbase\vscript_vgui.cpp" [$MAPBASE_VSCRIPT]
64+
$File "mapbase\vscript_vgui.h" [$MAPBASE_VSCRIPT]
65+
$File "mapbase\vscript_vgui.nut" [$MAPBASE_VSCRIPT]
66+
6367
$File "mapbase\c_func_clientclip.cpp"
6468
$File "mapbase\c_func_fake_worldportal.cpp"
6569
$File "mapbase\c_func_fake_worldportal.h"

0 commit comments

Comments
 (0)