mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-14 04:31:05 +00:00
1
This commit is contained in:
@@ -0,0 +1,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
|
||||
Reference in New Issue
Block a user