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