1
mirror of https://github.com/DarkFlippers/unleashed-firmware.git synced 2025-12-13 05:06:30 +04:00
This commit is contained in:
MX
2023-07-05 20:26:52 +03:00
parent a9d4897dfb
commit ab6c1d0d8c

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,