aboutsummaryrefslogtreecommitdiff
path: root/mp/src/public/shattersurfacetypes.h
blob: eb5c55b34a5239479b1f2463aadd33299d52dc25 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
//========= Copyright Valve Corporation, All rights reserved. ============//
//
// Purpose: 
//
// $NoKeywords: $
//
//=============================================================================//
#if !defined ( SHATTERSURFACETYPES_H )
#define SHATTERSURFACETYPES_H
#ifdef _WIN32
#pragma once
#endif

enum ShatterSurface_t
{
	// Note: This much match with the client entity
	SHATTERSURFACE_GLASS = 0,
	SHATTERSURFACE_TILE  = 1,
};

#endif