Add NFC Maker and Jetpack Joyride apps

This commit is contained in:
Willy-JL
2023-07-04 23:57:01 +02:00
parent 02943dd1db
commit 2ada7b3bbb
65 changed files with 2347 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
#ifndef STATE_H
#define STATE_H
typedef enum {
GameStateLife,
GameStateGameOver,
} State;
#endif // STATE_H