#ifndef _VISUAL_H_
#define _VISUAL_H_

void EditPostionGUI(short *x, short *y, short width, short hight);
int EditColors(char *color);
void open_select_file_gui(void *ed_gui, char *mask, int type);
#endif

