Team Fortress 2 Source Code as on 22/4/2020
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

  1. //========= Copyright Valve Corporation, All rights reserved. ============//
  2. //
  3. // Purpose:
  4. //
  5. //=============================================================================//
  6. #ifndef INFO_CAMERA_LINK_H
  7. #define INFO_CAMERA_LINK_H
  8. #include "baseentity.h"
  9. //-----------------------------------------------------------------------------
  10. // Forward declarations
  11. //-----------------------------------------------------------------------------
  12. class CPointCamera;
  13. //-----------------------------------------------------------------------------
  14. // Purpose:
  15. //-----------------------------------------------------------------------------
  16. CBaseEntity *CreateInfoCameraLink( CBaseEntity *pTarget, CPointCamera *pCamera );
  17. //-----------------------------------------------------------------------------
  18. // Sets up visibility
  19. //-----------------------------------------------------------------------------
  20. void PointCameraSetupVisibility( CBaseEntity *pPlayer, int area, unsigned char *pvs, int pvssize );
  21. #endif // INFO_CAMERA_LINK_H