mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-14 18:58:36 -07:00
format
This commit is contained in:
@@ -29,12 +29,7 @@ typedef enum {
|
|||||||
EventTypeKey,
|
EventTypeKey,
|
||||||
} EventType;
|
} EventType;
|
||||||
|
|
||||||
typedef enum {
|
typedef enum { BirdState0 = 0, BirdState1, BirdState2, BirdStateMAX } BirdState;
|
||||||
BirdState0 = 0,
|
|
||||||
BirdState1,
|
|
||||||
BirdState2,
|
|
||||||
BirdStateMAX
|
|
||||||
} BirdState;
|
|
||||||
|
|
||||||
const Icon* bird_states[BirdStateMAX] = {
|
const Icon* bird_states[BirdStateMAX] = {
|
||||||
&I_bird_01,
|
&I_bird_01,
|
||||||
|
|||||||
Reference in New Issue
Block a user