CollisionTutorialBullet2.h 290 B

123456789101112
  1. #ifndef COLLISION_TUTORIAL_H
  2. #define COLLISION_TUTORIAL_H
  3. enum EnumCollisionTutorialTypes
  4. {
  5. TUT_SPHERE_PLANE_BULLET2=0,
  6. TUT_SPHERE_PLANE_RTB3,
  7. };
  8. class CommonExampleInterface* CollisionTutorialBullet2CreateFunc(struct CommonExampleOptions& options);
  9. #endif //COLLISION_TUTORIAL_H