#ifndef CLEAR_BUTTON #define CLEAR_BUTTON #include class ClearButton : public PushButton { public: ClearButton (ButtonState*, int) ; // Construct ClearButton protected: void Press () ; } ; #endif