Counter Strike : Global Offensive Source Code
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.

25 lines
477 B

  1. //========= Copyright � 1996-2005, Valve Corporation, All rights reserved. ============//
  2. //
  3. // Purpose:
  4. //
  5. // $NoKeywords: $
  6. //
  7. //=============================================================================//
  8. // view.h
  9. #ifndef VIEW_H
  10. #define VIEW_H
  11. #ifdef _WIN32
  12. #pragma once
  13. #endif
  14. class CViewSetup;
  15. class CViewSetupV1;
  16. void V_Init (void);
  17. void V_Shutdown( void );
  18. void ConvertViewSetup( const CViewSetup &setup, CViewSetupV1 &setupV1, int nFlags );
  19. #endif // VIEW_H