csgo-2018-source/game/client/client_portal.vpc
2021-07-24 21:11:47 -07:00

22 lines
469 B
Plaintext

//-----------------------------------------------------------------------------
// CLIENT_PORTAL.VPC
//
// Project Script
//-----------------------------------------------------------------------------
$Macro GAMENAME "portal"
$Include "client_portal_base.vpc"
$Project "Client (Portal)"
{
$Folder "Source Files"
{
$Folder "Portal"
{
$File "$SRCDIR\game\shared\portal\portal_gamerules.cpp"
$File "$SRCDIR\game\shared\portal\portal_gamerules.h"
}
}
}