Time Left Face: Visualize progress in any time interval (#217)

* time left face: initial commit, fully functional

* time left face: typos

* time left face: correct even more typos in documentation

---------

Co-authored-by: joeycastillo <joeycastillo@utexas.edu>
This commit is contained in:
TheOnePerson
2023-03-11 22:40:55 +01:00
committed by GitHub
parent 84b947766e
commit e3f76317b5
4 changed files with 448 additions and 0 deletions

View File

@@ -82,6 +82,7 @@
#include "timer_face.h"
#include "invaders_face.h"
#include "world_clock2_face.h"
#include "time_left_face.h"
// New includes go above this line.
#endif // MOVEMENT_FACES_H_