diff options
| author | joshber <800692+joshber@users.noreply.github.com> | 2022-07-25 11:57:12 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-25 11:57:12 -0400 |
| commit | f120d66a98cac17fd69169500e148ffbc6eccd69 (patch) | |
| tree | a567fbe36f25c30edefda112e22fabcfd502a7d8 /movement/movement_faces.h | |
| parent | b234db74fe3f70254860715cc4bb828a30290fb2 (diff) | |
| download | Sensor-Watch-f120d66a98cac17fd69169500e148ffbc6eccd69.tar.gz Sensor-Watch-f120d66a98cac17fd69169500e148ffbc6eccd69.tar.bz2 Sensor-Watch-f120d66a98cac17fd69169500e148ffbc6eccd69.zip | |
Wake Face (#77)
Co-authored-by: Josh Berson <low.note0488@fastmail.com>
Diffstat (limited to 'movement/movement_faces.h')
| -rw-r--r-- | movement/movement_faces.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/movement/movement_faces.h b/movement/movement_faces.h index 7c51b6ff..e18f3683 100644 --- a/movement/movement_faces.h +++ b/movement/movement_faces.h @@ -53,6 +53,8 @@ #include "astronomy_face.h" #include "tomato_face.h" #include "probability_face.h" +#include "wake_face.h" +// #include "interval_face.h" // New includes go above this line. #endif // MOVEMENT_FACES_H_ |
