#ifndef SHAPECOLLIDER_H #define SHAPECOLLIDER_H struct CollisionShape{ }; class BoundingShape { public: BoundingShape(); //virtual CollisionShape getCollisionShape() = 0; }; #endif // SHAPECOLLIDER_H