Skip to content

Commit

Permalink
Add vscript vgui
Browse files Browse the repository at this point in the history
  • Loading branch information
samisalreadytaken committed Dec 22, 2021
1 parent c25053d commit 561c0e5
Show file tree
Hide file tree
Showing 5 changed files with 4,007 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 561c0e5

Please sign in to comment.