../watch_faces/complication/totp_face.c \
../watch_faces/complication/sunrise_sunset_face.c \
../watch_faces/complication/countdown_face.c \
+ ../watch_faces/complication/counter_face.c \
../watch_faces/complication/blinky_face.c \
../watch_faces/complication/moon_phase_face.c \
+ ../watch_faces/sensor/accelerometer_data_acquisition_face.c \
+ ../watch_faces/clock/mars_time_face.c \
+ ../watch_faces/complication/orrery_face.c \
+ ../watch_faces/complication/astronomy_face.c \
+ ../watch_faces/complication/tomato_face.c \
# New watch faces go above this line.
# Leave this line at the bottom of the file; it has all the targets for making your project.
#include "hello_there_face.h"
#include "sunrise_sunset_face.h"
#include "countdown_face.h"
+ #include "counter_face.h"
#include "blinky_face.h"
#include "moon_phase_face.h"
+#include "accelerometer_data_acquisition_face.h"
+ #include "mars_time_face.h"
+ #include "orrery_face.h"
+ #include "astronomy_face.h"
+ #include "tomato_face.h"
// New includes go above this line.
#endif // MOVEMENT_FACES_H_