nshell/src/ui.h

9 lines
195 B
C
Raw Permalink Normal View History

2021-09-01 11:04:31 +02:00
#ifndef UNS_UI_H
#define UNS_UI_H
2021-09-12 21:18:01 +02:00
void set_statusbar(int tick_ctr, int shift_state, int alpha_state, int battery);
2021-09-01 11:04:31 +02:00
extern char fnkeys[6][11];
void set_menubar(void);
#endif // #ifndef UNS_UI_H