blob: 1af1ef5b1fd0052a1503a45eb05d302cee8bd68f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
//========= Copyright 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
|