aboutsummaryrefslogtreecommitdiff
path: root/sp/src/game/client/studio_stats.h
blob: 831bb7d3f9ea39fd3e723b06323f211785c8f2fd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
//========= Copyright Valve Corporation, All rights reserved. ============//
//
// Purpose: 
//
//=============================================================================

#ifndef __STUDIO_STATS_H
#define __STUDIO_STATS_H

#ifdef _WIN32
#pragma once
#endif

void StudioStats_FindClosestEntity( CClientRenderablesList *pClientRenderablesList );

extern IClientRenderable	*g_pStudioStatsEntity;


#endif // __STUDIO_STATS_H