eBookReaderSwitch/include/status_bar.h
2019-08-28 21:40:26 -05:00

6 lines
No EOL
102 B
C

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