#ifndef GUI_H #define GUI_H void gui_init(void); void gui_draw(void); #endif