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.

30 lines
663 B

  1. //===== Copyright (c) 1996-2009, Valve Corporation, All rights reserved. =====
  2. //
  3. // DmeProceduralBone
  4. //
  5. //============================================================================
  6. #ifndef DMEPROCEDURALBONE_H
  7. #define DMEPROCEDURALBONE_H
  8. #if defined( _WIN32 )
  9. #pragma once
  10. #endif
  11. // Valve includes
  12. #include "movieobjects/dmejoint.h"
  13. //-----------------------------------------------------------------------------
  14. // DmeProceduralBone
  15. //-----------------------------------------------------------------------------
  16. class CDmeProceduralBone : public CDmeJoint
  17. {
  18. DEFINE_ELEMENT( CDmeProceduralBone, CDmeJoint );
  19. public:
  20. };
  21. #endif // DMEPROCEDURALBONE_H