box2d_library.mkf 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. # (Box2D v2.2.0) >>> LIBRARY <<<
  2. includepath .
  3. library
  4. {
  5. ".,Box2D"
  6. }
  7. files
  8. {
  9. (Box2D)
  10. Box2D.h
  11. [Collision]
  12. (Box2D/Collision)
  13. b2BroadPhase.h
  14. b2Collision.h
  15. b2Distance.h
  16. b2DynamicTree.h
  17. b2TimeOfImpact.h
  18. [Collision/Shapes]
  19. (Box2D/Collision/Shapes)
  20. b2CircleShape.h
  21. b2EdgeShape.h
  22. b2LoopShape.h
  23. b2PolygonShape.h
  24. b2Shape.h
  25. [Common]
  26. (Box2D/Common)
  27. b2BlockAllocator.h
  28. b2Draw.h
  29. b2GrowableStack.h
  30. b2Math.h
  31. b2Settings.h
  32. b2StackAllocator.h
  33. b2Timer.h
  34. [Dynamics]
  35. (Box2D/Dynamics)
  36. b2Body.h
  37. b2ContactManager.h
  38. b2Fixture.h
  39. b2Island.h
  40. b2TimeStep.h
  41. b2World.h
  42. b2WorldCallbacks.h
  43. [Dynamics/Contacts]
  44. (Box2D/Dynamics/Contacts)
  45. b2CircleContact.h
  46. b2Contact.h
  47. b2ContactSolver.h
  48. b2PolygonAndCircleContact.h
  49. b2EdgeAndCircleContact.h
  50. b2EdgeAndPolygonContact.h
  51. b2LoopAndCircleContact.h
  52. b2LoopAndPolygonContact.h
  53. b2PolygonContact.h
  54. [Dynamics/Joints]
  55. (Box2D/Dynamics/Joints)
  56. b2DistanceJoint.h
  57. b2FrictionJoint.h
  58. b2GearJoint.h
  59. b2Joint.h
  60. b2MouseJoint.h
  61. b2PrismaticJoint.h
  62. b2PulleyJoint.h
  63. b2RevoluteJoint.h
  64. b2RopeJoint.h
  65. b2WeldJoint.h
  66. b2WheelJoint.h
  67. [Rope]
  68. (Box2D/Rope)
  69. b2Rope.h
  70. }