mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-23 14:46:53 +00:00
14 lines
314 B
C++
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,
|
||
|
};
|