#ifndef _component_ #define _component_ #include struct component : drawable { void Action(); void action(); void Preview(); void preview(); }; #endif