#ifndef GUI_CONNECT_H #define GUI_CONNECT_H #include "GUI_connect_more.h" typedef enum connect_state_e{ CONNECT_INIT = 0, CONNECT_FADEIN, CONNECT_SELECT, CONNECT_MOVEOUT, CONNECT_FADEOUT, CONNECT_CLEAR } connect_state_t; /* The connect menu process function */ extern void gui_connect(void); #endif /* GUI_MAIN_H */