Add time to status bar

This commit is contained in:
James Booth
2018-03-07 21:29:41 +00:00
parent fcdddf11c0
commit 105c9c2943
3 changed files with 53 additions and 6 deletions

View File

@@ -35,7 +35,8 @@
#ifndef UI_STATUSBAR_H
#define UI_STATUSBAR_H
void create_status_bar(void);
void status_bar_init(void);
void status_bar_close(void);
void status_bar_update_virtual(void);
void status_bar_resize(void);
void status_bar_clear(void);