source2006/dlls/env_zoom.h
2020-02-25 05:28:57 +02:00

13 lines
No EOL
365 B
C

//========= Copyright © 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