summaryrefslogtreecommitdiff
path: root/game/server/info_camera_link.h
diff options
context:
space:
mode:
Diffstat (limited to 'game/server/info_camera_link.h')
-rw-r--r--game/server/info_camera_link.h32
1 files changed, 32 insertions, 0 deletions
diff --git a/game/server/info_camera_link.h b/game/server/info_camera_link.h
new file mode 100644
index 0000000..592e4f5
--- /dev/null
+++ b/game/server/info_camera_link.h
@@ -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
+