#ifndef _edittext_ #define _edittext_ #include typedef struct edittext edittext; struct edittext : selectable_statictext { }; #endif