6 lines
70 B
C
6 lines
70 B
C
#ifndef UI_H
|
|
#define UI_H
|
|
|
|
void ui_draw_screen(void);
|
|
|
|
#endif // UI_H
|