mirror of
https://github.com/travisgoodspeed/goodwatch
synced 2024-11-23 09:19:58 +00:00
8 lines
73 B
C
8 lines
73 B
C
|
|
||
|
|
||
|
int get_hour();
|
||
|
int get_minute();
|
||
|
int get_second();
|
||
|
|
||
|
void draw_time();
|