nshell/src/ui.h

9 lines
195 B
C

#ifndef UNS_UI_H
#define UNS_UI_H
void set_statusbar(int tick_ctr, int shift_state, int alpha_state, int battery);
extern char fnkeys[6][11];
void set_menubar(void);
#endif // #ifndef UNS_UI_H