Jetpack joyride and NFC Maker apps

This commit is contained in:
MX
2023-07-06 18:44:45 +03:00
parent f81f4edad3
commit 79bcd5a1c6
66 changed files with 2349 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
#include "game_state.h"
void game_state_tick(GameState* const game_state) {
game_state->distance++;
}