diff options
author | TheOnePerson <a.nebinger@web.de> | 2023-03-11 22:40:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-11 16:40:55 -0500 |
commit | e3f76317b512a5976800fd1e9d751f6677c2b4de (patch) | |
tree | 73b8485dd2d7249bc5dfd940c60ea0dfd48d657e /movement/movement_faces.h | |
parent | 84b947766e725fe35971580695164d09bd60b810 (diff) | |
download | Sensor-Watch-e3f76317b512a5976800fd1e9d751f6677c2b4de.tar.gz Sensor-Watch-e3f76317b512a5976800fd1e9d751f6677c2b4de.tar.bz2 Sensor-Watch-e3f76317b512a5976800fd1e9d751f6677c2b4de.zip |
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>
Diffstat (limited to 'movement/movement_faces.h')
-rw-r--r-- | movement/movement_faces.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/movement/movement_faces.h b/movement/movement_faces.h index 278e6616..bd41c499 100644 --- a/movement/movement_faces.h +++ b/movement/movement_faces.h @@ -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_ |