diff --git a/watch-faces/complication/moon_phase_face.h b/watch-faces/complication/moon_phase_face.h index 2a32ed6b..ee2a4749 100644 --- a/watch-faces/complication/moon_phase_face.h +++ b/watch-faces/complication/moon_phase_face.h @@ -56,6 +56,7 @@ typedef struct { uint32_t offset; + bool southern_hemisphere; } moon_phase_state_t; void moon_phase_face_setup(uint8_t watch_face_index, void ** context_ptr);