box2d.mkf 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. # (Box2D v2.2.0)
  2. includepath
  3. {
  4. .
  5. }
  6. files
  7. {
  8. (Box2D)
  9. Box2D.h
  10. [Collision]
  11. (Box2D/Collision)
  12. b2BroadPhase.h
  13. b2Collision.h
  14. b2Distance.h
  15. b2DynamicTree.h
  16. b2TimeOfImpact.h
  17. b2BroadPhase.cpp
  18. b2CollideCircle.cpp
  19. b2CollideEdge.cpp
  20. b2CollidePolygon.cpp
  21. b2Collision.cpp
  22. b2Distance.cpp
  23. b2DynamicTree.cpp
  24. b2TimeOfImpact.cpp
  25. [Collision/Shapes]
  26. (Box2D/Collision/Shapes)
  27. b2CircleShape.h
  28. b2EdgeShape.h
  29. b2LoopShape.h
  30. b2PolygonShape.h
  31. b2Shape.h
  32. b2CircleShape.cpp
  33. b2EdgeShape.cpp
  34. b2LoopShape.cpp
  35. b2PolygonShape.cpp
  36. [Common]
  37. (Box2D/Common)
  38. b2BlockAllocator.h
  39. b2Draw.h
  40. b2GrowableStack.h
  41. b2Math.h
  42. b2Settings.h
  43. b2StackAllocator.h
  44. b2Timer.h
  45. b2BlockAllocator.cpp
  46. b2Draw.cpp
  47. b2Math.cpp
  48. b2Settings.cpp
  49. b2StackAllocator.cpp
  50. b2Timer.cpp
  51. [Dynamics]
  52. (Box2D/Dynamics)
  53. b2Body.h
  54. b2ContactManager.h
  55. b2Fixture.h
  56. b2Island.h
  57. b2TimeStep.h
  58. b2World.h
  59. b2WorldCallbacks.h
  60. b2Body.cpp
  61. b2ContactManager.cpp
  62. b2Fixture.cpp
  63. b2Island.cpp
  64. b2World.cpp
  65. b2WorldCallbacks.cpp
  66. [Dynamics/Contacts]
  67. (Box2D/Dynamics/Contacts)
  68. b2CircleContact.h
  69. b2Contact.h
  70. b2ContactSolver.h
  71. b2PolygonAndCircleContact.h
  72. b2EdgeAndCircleContact.h
  73. b2EdgeAndPolygonContact.h
  74. b2LoopAndCircleContact.h
  75. b2LoopAndPolygonContact.h
  76. b2PolygonContact.h
  77. b2CircleContact.cpp
  78. b2Contact.cpp
  79. b2ContactSolver.cpp
  80. b2PolygonAndCircleContact.cpp
  81. b2EdgeAndCircleContact.cpp
  82. b2EdgeAndPolygonContact.cpp
  83. b2LoopAndCircleContact.cpp
  84. b2LoopAndPolygonContact.cpp
  85. b2PolygonContact.cpp
  86. [Dynamics/Joints]
  87. (Box2D/Dynamics/Joints)
  88. b2DistanceJoint.h
  89. b2FrictionJoint.h
  90. b2GearJoint.h
  91. b2Joint.h
  92. b2MouseJoint.h
  93. b2PrismaticJoint.h
  94. b2PulleyJoint.h
  95. b2RevoluteJoint.h
  96. b2RopeJoint.h
  97. b2WeldJoint.h
  98. b2WheelJoint.h
  99. b2DistanceJoint.cpp
  100. b2FrictionJoint.cpp
  101. b2GearJoint.cpp
  102. b2Joint.cpp
  103. b2MouseJoint.cpp
  104. b2PrismaticJoint.cpp
  105. b2PulleyJoint.cpp
  106. b2RevoluteJoint.cpp
  107. b2RopeJoint.cpp
  108. b2WeldJoint.cpp
  109. b2WheelJoint.cpp
  110. [Rope]
  111. (Box2D/Rope)
  112. b2Rope.h
  113. b2Rope.cpp
  114. }