#ifndef _GUI_H_
	#define _GUI_H_

extern char **lgp;

void CreateDialGUI(const char symbol);

extern unsigned int gui_id;

#endif
