eBookReaderSwitch/include/status_bar.h

6 lines
102 B
C
Raw Normal View History

#ifndef NX_SHELL_STATUS_BAR_H
#define NX_SHELL_STATUS_BAR_H
void StatusBar_DisplayTime(void);
#endif