#ifndef _button_ #define _button_ #include struct button : component { void PaintButton(boolean down); }; #endif