This commit is contained in:
MX 2023-07-05 20:26:52 +03:00
parent a9d4897dfb
commit ab6c1d0d8c
No known key found for this signature in database
GPG key ID: 7CCC66B7DBDD1C83

View file

@ -29,12 +29,7 @@ typedef enum {
EventTypeKey,
} EventType;
typedef enum {
BirdState0 = 0,
BirdState1,
BirdState2,
BirdStateMAX
} BirdState;
typedef enum { BirdState0 = 0, BirdState1, BirdState2, BirdStateMAX } BirdState;
const Icon* bird_states[BirdStateMAX] = {
&I_bird_01,