From e3f76317b512a5976800fd1e9d751f6677c2b4de Mon Sep 17 00:00:00 2001 From: TheOnePerson Date: Sat, 11 Mar 2023 22:40:55 +0100 Subject: 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 --- movement/movement_faces.h | 1 + 1 file changed, 1 insertion(+) (limited to 'movement/movement_faces.h') 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_ -- cgit v1.2.3