csgo-2018-source/game/shared/portal/portal_shareddefs.cpp
2021-07-24 21:11:47 -07:00

16 lines
358 B
C++

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