#ifndef REDWIN_H #define REDWIN_H #include "GlutWin.h" class RedWin : public GlutWin { public: /*private*/ public: RedWin(); virtual ~RedWin(); void display(); void mouse (int button, int state, int x, int y); void idle(); }; #endif