aboutsummaryrefslogtreecommitdiff
path: root/mp/src/utils/vbsp/map.h
blob: c7b0e5b8d5d8c36efe4f345ba00e3c67adef8852 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//========= Copyright Valve Corporation, All rights reserved. ============//
//
// Purpose: 
//
//=============================================================================//

#ifndef MAP_H
#define MAP_H
#ifdef _WIN32
#pragma once
#endif


// All the brush sides referenced by info_no_dynamic_shadow entities.
extern CUtlVector<int> g_NoDynamicShadowSides;


#endif // MAP_H