Moved Wordle from legacy to main folder
This commit is contained in:
parent
efeba609db
commit
4d2e4172a2
@ -61,4 +61,5 @@
|
|||||||
#include "totp_face.h"
|
#include "totp_face.h"
|
||||||
#include "tally_face.h"
|
#include "tally_face.h"
|
||||||
#include "probability_face.h"
|
#include "probability_face.h"
|
||||||
|
#include "wordle_face.h"
|
||||||
// New includes go above this line.
|
// New includes go above this line.
|
||||||
|
|||||||
@ -16,6 +16,7 @@ SRCS += \
|
|||||||
./watch-faces/complication/squash_face.c \
|
./watch-faces/complication/squash_face.c \
|
||||||
./watch-faces/complication/totp_face.c \
|
./watch-faces/complication/totp_face.c \
|
||||||
./watch-faces/complication/tally_face.c \
|
./watch-faces/complication/tally_face.c \
|
||||||
|
./watch-faces/complication/wordle_face.c \
|
||||||
./watch-faces/demo/all_segments_face.c \
|
./watch-faces/demo/all_segments_face.c \
|
||||||
./watch-faces/demo/character_set_face.c \
|
./watch-faces/demo/character_set_face.c \
|
||||||
./watch-faces/demo/light_sensor_face.c \
|
./watch-faces/demo/light_sensor_face.c \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user