summaryrefslogtreecommitdiffhomepage
path: root/src/loader/inc/gui.h
blob: cb67c88c3d0c237c0aef8058665ac1ff8c93849b (plain) (blame)
1
2
3
4
5
6
7
8
// MIT License, Copyright (c) 2021 Marvin Borner

#ifndef GUI_H
#define GUI_H

void gui_draw(void);

#endif