1
0
mirror of https://github.com/nillerusr/source-engine.git synced 2025-03-13 06:01:53 +00:00
2022-04-16 12:05:19 +03:00

14 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,
};