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.

31 lines
1.2 KiB

  1. //========= Copyright Valve Corporation, All rights reserved. ============//
  2. //
  3. // Purpose: See notes below
  4. //
  5. //=============================================================================
  6. #include "mdlobjects/mdlobjects.h"
  7. #include "movieobjects/movieobjects.h"
  8. // YOU MUST INCLUDE THIS FILE INTO ANY PROJECT WHICH USES THE mdlobjects.lib FILE
  9. // This hack causes the class factories for the element types to be imported into the compiled code...
  10. // MDL types
  11. USING_ELEMENT_FACTORY( DmeHitbox );
  12. USING_ELEMENT_FACTORY( DmeHitboxSet );
  13. USING_ELEMENT_FACTORY( DmeBodyPart );
  14. USING_ELEMENT_FACTORY( DmeBlankBodyPart );
  15. USING_ELEMENT_FACTORY( DmeLOD );
  16. USING_ELEMENT_FACTORY( DmeLODList );
  17. USING_ELEMENT_FACTORY( DmeCollisionModel );
  18. USING_ELEMENT_FACTORY( DmeBodyGroup );
  19. USING_ELEMENT_FACTORY( DmeBodyGroupList );
  20. USING_ELEMENT_FACTORY( DmeMdlList );
  21. USING_ELEMENT_FACTORY( DmeBoneWeight );
  22. USING_ELEMENT_FACTORY( DmeBoneMask );
  23. USING_ELEMENT_FACTORY( DmeBoneMaskList );
  24. USING_ELEMENT_FACTORY( DmeSequence );
  25. USING_ELEMENT_FACTORY( DmeSequenceList );
  26. USING_ELEMENT_FACTORY( DmeBoneFlexDriverControl );
  27. USING_ELEMENT_FACTORY( DmeBoneFlexDriver );
  28. USING_ELEMENT_FACTORY( DmeBoneFlexDriverList );