#ifndef COLLISION_TUTORIAL_H #define COLLISION_TUTORIAL_H enum EnumCollisionTutorialTypes { TUT_SPHERE_SPHERE=0, TUT_SPHERE_PLANE, }; class CommonExampleInterface* CollisionTutorialBullet2CreateFunc(struct CommonExampleOptions& options); #endif //COLLISION_TUTORIAL_H