6 lines
102 B
C
6 lines
102 B
C
|
#ifndef NX_SHELL_STATUS_BAR_H
|
||
|
#define NX_SHELL_STATUS_BAR_H
|
||
|
|
||
|
void StatusBar_DisplayTime(void);
|
||
|
|
||
|
#endif
|