Skip to content

Commit

Permalink
Add vscript vgui
Browse files Browse the repository at this point in the history
  • Loading branch information
samisalreadytaken committed Oct 22, 2022
1 parent 4aeaaa4 commit 6fc2f1c
Show file tree
Hide file tree
Showing 5 changed files with 4,113 additions and 25 deletions.
6 changes: 5 additions & 1 deletion sp/src/game/client/client_mapbase.vpc
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,11 @@ $Project
$File "$SRCDIR\game\shared\mapbase\weapon_custom_scripted.cpp" [$MAPBASE_VSCRIPT]
$File "$SRCDIR\game\shared\mapbase\weapon_custom_scripted.h" [$MAPBASE_VSCRIPT]
$File "$SRCDIR\game\shared\mapbase\logic_script_client.cpp" [$MAPBASE_VSCRIPT]


$File "mapbase\vscript_vgui.cpp" [$MAPBASE_VSCRIPT]
$File "mapbase\vscript_vgui.h" [$MAPBASE_VSCRIPT]
$File "mapbase\vscript_vgui.nut" [$MAPBASE_VSCRIPT]

$File "mapbase\c_func_clientclip.cpp"
$File "mapbase\c_func_fake_worldportal.cpp"
$File "mapbase\c_func_fake_worldportal.h"
Expand Down
Loading

0 comments on commit 6fc2f1c

Please sign in to comment.