eBookReaderSwitch/include/status_bar.h

6 lines
102 B
C
Raw Normal View History

2019-08-29 02:40:26 +00:00
#ifndef NX_SHELL_STATUS_BAR_H
#define NX_SHELL_STATUS_BAR_H
void StatusBar_DisplayTime(void);
#endif