mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-08 01:39:36 +00:00
add hl1,portal,dod source code
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
//========= Copyright Valve Corporation, All rights reserved. ============//
|
||||
//
|
||||
// Purpose:
|
||||
//
|
||||
//=============================================================================//
|
||||
#include "cbase.h"
|
||||
#include "portal_shareddefs.h"
|
||||
|
||||
char *g_ppszPortalPassThroughMaterials[] =
|
||||
{
|
||||
"lights/light_orange001",
|
||||
NULL,
|
||||
};
|
||||
Reference in New Issue
Block a user