summaryrefslogtreecommitdiffstats
path: root/movement/movement_faces.h
diff options
context:
space:
mode:
authorTheOnePerson <a.nebinger@web.de>2023-03-11 22:31:17 +0100
committerGitHub <noreply@github.com>2023-03-11 16:31:17 -0500
commitb90e997481f543b59dd1abffdb260324e58b9b5e (patch)
treea67458938144d070092e42d2b83215bbcc79a18b /movement/movement_faces.h
parent9af51de624e0ce6f2976b57cf2e40660c3163cb5 (diff)
downloadSensor-Watch-b90e997481f543b59dd1abffdb260324e58b9b5e.tar.gz
Sensor-Watch-b90e997481f543b59dd1abffdb260324e58b9b5e.tar.bz2
Sensor-Watch-b90e997481f543b59dd1abffdb260324e58b9b5e.zip
Invaders Face (#210)
* invaders face: Initial commit, fully functional so far * invaders face: silence compiler warning * invaders face: prevent involuntary restarts when the game is over and save some bytes on flags --------- Co-authored-by: joeycastillo <joeycastillo@utexas.edu>
Diffstat (limited to 'movement/movement_faces.h')
-rw-r--r--movement/movement_faces.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/movement/movement_faces.h b/movement/movement_faces.h
index 568c817c..50b084d3 100644
--- a/movement/movement_faces.h
+++ b/movement/movement_faces.h
@@ -80,6 +80,7 @@
#include "habit_face.h"
#include "repetition_minute_face.h"
#include "timer_face.h"
+#include "invaders_face.h"
// New includes go above this line.
#endif // MOVEMENT_FACES_H_