6 lines
55 B
C
6 lines
55 B
C
#ifndef UI_H
|
|
#define UI_H
|
|
|
|
void ui_init(void);
|
|
|
|
#endif
|