diff options
author | Wesley Ellis <tahnok@gmail.com> | 2022-04-06 14:33:24 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-06 14:33:24 -0400 |
commit | 1ec1f2e4207405d55c34c936e2c458cb4a7e8806 (patch) | |
tree | c60cb4c00053f2551cf1b19c983c3d95f7bd8095 /movement/movement_faces.h | |
parent | dd3e6c5fc37fe2dd42808797400406867e204d7d (diff) | |
download | Sensor-Watch-1ec1f2e4207405d55c34c936e2c458cb4a7e8806.tar.gz Sensor-Watch-1ec1f2e4207405d55c34c936e2c458cb4a7e8806.tar.bz2 Sensor-Watch-1ec1f2e4207405d55c34c936e2c458cb4a7e8806.zip |
Add tomato face: a pomodoro style timer (#61)
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 50df00d0..66fca61a 100644 --- a/movement/movement_faces.h +++ b/movement/movement_faces.h @@ -48,6 +48,7 @@ #include "moon_phase_face.h" #include "orrery_face.h" #include "astronomy_face.h" +#include "tomato_face.h" // New includes go above this line. #endif // MOVEMENT_FACES_H_ |