You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
1.0 KiB
32 lines
1.0 KiB
//========= 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 |
|
|
|
|