#ifndef AXIS #define AXIS #include "Object.h" class Axis: public Object{ public: Axis(); private: void Init(); void DisplaySetup(); }; #endif