#ifndef _text_ #define _text_ #include "component.h" struct text : component { colortype selFGcolor; /* scoped */ colortype selBGcolor; }; #endif