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.

34 lines
725 B

  1. //========= Copyright Valve Corporation, All rights reserved. ============//
  2. //
  3. // Purpose:
  4. //
  5. // $NoKeywords: $
  6. //
  7. //=============================================================================//
  8. // system
  9. #include <stdio.h>
  10. #ifdef _XBOX
  11. #include <ctype.h>
  12. #endif
  13. // Valve
  14. #include "tier0/dbg.h"
  15. #include "mathlib/mathlib.h"
  16. #include "mathlib/vector.h"
  17. #include "utlvector.h"
  18. #include "convert.h"
  19. #include "commonmacros.h"
  20. // vphysics
  21. #include "vphysics_interface.h"
  22. #include "vphysics_saverestore.h"
  23. #include "vphysics_internal.h"
  24. #include "physics_material.h"
  25. #include "physics_environment.h"
  26. #include "physics_object.h"
  27. // ivp
  28. #include "ivp_physics.hxx"
  29. #include "ivp_core.hxx"
  30. #include "ivp_templates.hxx"
  31. // havok