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