#ifndef _layout_ #define _layout_ #include struct layout : drawable { int number(); }; #endif