csgo-2018-source/game/server/env_zoom.h
2021-07-24 21:11:47 -07:00

14 lines
366 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