cstrike15_src/game/server/server_portal.vpc
2025-06-04 03:22:50 +02:00

23 lines
505 B
Plaintext

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