mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-22 22:27:05 +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,
|
|
};
|