#ifndef FD_Main_Form_h_
#define FD_Main_Form_h_
/* Header file generated with fdesign. */

/** Callback routines and free object handlers **/



/**** Forms and Objects ****/

typedef struct {
	FL_FORM *Main_Form;
	void *vdata;
	char *cdata;
	long  ldata;
	FL_OBJECT *button_quit;
	FL_OBJECT *button_rot;
	FL_OBJECT *button_onext;
	FL_OBJECT *button_flash;
	FL_OBJECT *button_neighbors;
	FL_OBJECT *button_show_all_links;
	FL_OBJECT *button_sym;
} FD_Main_Form;

extern FD_Main_Form * create_form_Main_Form(void);

#endif /* FD_Main_Form_h_ */
