This repository has been archived on 2024-06-13. You can view files and clone it, but cannot push or open issues or pull requests.
nekohook/modules/source2013/sdk/game/server/info_camera_link.h
2020-08-04 13:13:01 -04:00

29 lines
1.0 KiB
C++

//========= Copyright Valve Corporation, All rights reserved. ============//
//
// Purpose:
//
//=============================================================================//
#ifndef INFO_CAMERA_LINK_H
#define INFO_CAMERA_LINK_H
#include "baseentity.h"
//-----------------------------------------------------------------------------
// Forward declarations
//-----------------------------------------------------------------------------
class CPointCamera;
//-----------------------------------------------------------------------------
// Purpose:
//-----------------------------------------------------------------------------
CBaseEntity *CreateInfoCameraLink(CBaseEntity *pTarget, CPointCamera *pCamera);
//-----------------------------------------------------------------------------
// Sets up visibility
//-----------------------------------------------------------------------------
void PointCameraSetupVisibility(CBaseEntity *pPlayer, int area,
unsigned char *pvs, int pvssize);
#endif // INFO_CAMERA_LINK_H