Team Fortress 2 Source Code as on 22/4/2020
 
 
 
 
 
 

13 lines
314 B

//========= Copyright Valve Corporation, All rights reserved. ============//
//
// Purpose:
//
//=============================================================================//
#include "cbase.h"
#include "portal_shareddefs.h"
char *g_ppszPortalPassThroughMaterials[] =
{
"lights/light_orange001",
NULL,
};