#ifndef QSPLINE_HPP #define QSPLINE_HPP #include class QSpline:public Spline{ public: void QSpline(float z); void draw_points_GL() }; #endif