14 lines
379 B
C
14 lines
379 B
C
|
//========= Copyright <20> 1996-2005, Valve Corporation, All rights reserved. ============//
|
|||
|
//
|
|||
|
// Purpose:
|
|||
|
//
|
|||
|
//=============================================================================//
|
|||
|
|
|||
|
#ifndef ENV_ZOOM_H
|
|||
|
#define ENV_ZOOM_H
|
|||
|
|
|||
|
bool CanOverrideEnvZoomOwner( CBaseEntity *pZoomOwner );
|
|||
|
float GetZoomOwnerDesiredFOV( CBaseEntity *pZoomOwner );
|
|||
|
|
|||
|
#endif //ENV_ZOOM_H
|