#ifndef BALL_H #define BALL_H #include "Mesh.h" class Ball : public Mesh { public: Ball(); }; #endif /* BALL_H */