diff options
author | joeycastillo <joeycastillo@utexas.edu> | 2023-04-17 21:34:56 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-17 21:34:56 -0400 |
commit | 33c2d7dd61c3617f71c05f9f21433d8873f897de (patch) | |
tree | f15c405dc673360c0201c18324313b0a55301fd3 /movement/movement_faces.h | |
parent | bfeca930089e61dc0ce5680c6cfb9beaa0064ec4 (diff) | |
parent | d01320e11457d470336f383f68ac0a129b362bc0 (diff) | |
download | Sensor-Watch-33c2d7dd61c3617f71c05f9f21433d8873f897de.tar.gz Sensor-Watch-33c2d7dd61c3617f71c05f9f21433d8873f897de.tar.bz2 Sensor-Watch-33c2d7dd61c3617f71c05f9f21433d8873f897de.zip |
Merge pull request #238 from joeycastillo/randonaut-and-geomancy
Randonaut and geomancy
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 358333ae..0e2a45b1 100644 --- a/movement/movement_faces.h +++ b/movement/movement_faces.h @@ -87,6 +87,9 @@ #include "invaders_face.h" #include "world_clock2_face.h" #include "time_left_face.h" +#include "randonaut_face.h" +#include "toss_up_face.h" +#include "geomancy_face.h" #include "dual_timer_face.h" // New includes go above this line. |