diff options
author | Joey Castillo <joeycastillo@utexas.edu> | 2022-08-03 10:57:39 -0700 |
---|---|---|
committer | Joey Castillo <joeycastillo@utexas.edu> | 2022-08-03 10:57:39 -0700 |
commit | 0c8a81bb5df099210c531bb793479403fab319b9 (patch) | |
tree | 9364ed8102f6f25c4447fdbc1260717c27f23a65 /movement/movement_faces.h | |
parent | cc4275694be97f365096eefb9b7513b41bcfdcd4 (diff) | |
parent | e790a025787e0e1aa59b98b95e194cf4318d1578 (diff) | |
download | Sensor-Watch-totp-lfs.tar.gz Sensor-Watch-totp-lfs.tar.bz2 Sensor-Watch-totp-lfs.zip |
Merge branch 'main' of github.com:joeycastillo/Sensor-Watch into totp-lfstotp-lfs
Diffstat (limited to 'movement/movement_faces.h')
-rw-r--r-- | movement/movement_faces.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/movement/movement_faces.h b/movement/movement_faces.h index e7e78ff4..e18f3683 100644 --- a/movement/movement_faces.h +++ b/movement/movement_faces.h @@ -52,6 +52,9 @@ #include "orrery_face.h" #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_ |