#ifndef _CMED_H #define _CMED_H #include "cmedpanel.H" #include "CMedit.H" #include "colorpatch.H" extern struct _cshow { colorpatch* color; Fl_Output* hsba; Fl_Output* rgba; Fl_Value_Input* cindex; Fl_Box *hsblbls[3]; } cshow; #endif /*_CMED_H*/