css_enhanced_waf/game/shared/portal/portal_shareddefs.cpp
2022-04-16 12:05:19 +03:00

13 lines
314 B
C++

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