Skip to content

Commit 0f5defe

Browse files
authored
Face for tracking the menstrual cycle (#250)
Authored-by: jokomo <jokomo@parallels-ubuntu18.04>
1 parent 3634460 commit 0f5defe

File tree

4 files changed

+554
-0
lines changed

4 files changed

+554
-0
lines changed

movement/make/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ SRCS += \
119119
../watch_faces/complication/toss_up_face.c \
120120
../watch_faces/complication/geomancy_face.c \
121121
../watch_faces/clock/simple_clock_bin_led_face.c \
122+
../watch_faces/complication/menstrual_cycle_face.c \
122123
../watch_faces/complication/flashlight_face.c \
123124
../watch_faces/clock/decimal_time_face.c \
124125
../watch_faces/clock/wyoscan_face.c \

movement/movement_faces.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@
9494
#include "geomancy_face.h"
9595
#include "dual_timer_face.h"
9696
#include "simple_clock_bin_led_face.h"
97+
#include "menstrual_cycle_face.h"
9798
#include "flashlight_face.h"
9899
#include "decimal_time_face.h"
99100
#include "wyoscan_face.h"

0 commit comments

Comments
 (0)