Added Win percentage face

This commit is contained in:
David Volovskiy
2025-09-03 18:18:03 -04:00
parent eb1b551e7b
commit a2c400ff87
2 changed files with 60 additions and 4 deletions

View File

@@ -71,6 +71,8 @@
typedef struct {
bool tap_control_on;
uint16_t games_played;
uint16_t games_won;
} blackjack_face_state_t;
void blackjack_face_setup(uint8_t watch_face_index, void ** context_ptr);