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.

19 lines
495 B

  1. //========= Copyright � 1996-2005, Valve Corporation, All rights reserved. ============//
  2. //
  3. // Purpose: Client side view model implementation. Responsible for drawing
  4. // the view model.
  5. //
  6. // $NoKeywords: $
  7. //=============================================================================//
  8. #ifndef C_BASEVIEWMODEL_H
  9. #define C_BASEVIEWMODEL_H
  10. #ifdef _WIN32
  11. #pragma once
  12. #endif
  13. #include "c_baseanimating.h"
  14. #include "utlvector.h"
  15. #include "baseviewmodel_shared.h"
  16. #endif // C_BASEVIEWMODEL_H