Moved face

This commit is contained in:
David Volovskiy 2025-08-11 20:47:01 -04:00
parent 86fd87a326
commit 2a714c7436
4 changed files with 2 additions and 0 deletions

View File

@ -73,4 +73,5 @@
#include "wareki_face.h"
#include "deadline_face.h"
#include "wordle_face.h"
#include "endless_runner_face.h"
// New includes go above this line.

View File

@ -48,4 +48,5 @@ SRCS += \
./watch-faces/sensor/lis2dw_monitor_face.c \
./watch-faces/complication/wareki_face.c \
./watch-faces/complication/deadline_face.c \
./watch-faces/complication/endless_runner_face.c \
# New watch faces go above this line.