#ifndef _basewindow_ #define _basewindow_ #include struct basewindow : window { drawable @icon; }; #endif