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