// MIT License, Copyright (c) 2021 Marvin Borner #ifndef GUI_H #define GUI_H void gui_draw(void); #endif