mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-14 04:28:36 -07:00
Add NFC Maker and Jetpack Joyride apps
This commit is contained in:
9
applications/external/jetpack_joyride/includes/states.h
vendored
Normal file
9
applications/external/jetpack_joyride/includes/states.h
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef STATE_H
|
||||
#define STATE_H
|
||||
|
||||
typedef enum {
|
||||
GameStateLife,
|
||||
GameStateGameOver,
|
||||
} State;
|
||||
|
||||
#endif // STATE_H
|
||||
Reference in New Issue
Block a user