summaryrefslogtreecommitdiff
path: root/game/shared/portal/portal_shareddefs.cpp
blob: ebb2260792df17c5a93c79030d4e1290e7c1d743 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
//========= Copyright Valve Corporation, All rights reserved. ============//
//
// Purpose: 
//
//=============================================================================//
#include "cbase.h"
#include "portal_shareddefs.h"

char *g_ppszPortalPassThroughMaterials[] = 
{ 
	"lights/light_orange001", 
	NULL,
};