mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 21:18:35 -07:00
Jetpack joyride and NFC Maker apps
This commit is contained in:
5
applications/external/jetpack_joyride/includes/game_state.c
vendored
Normal file
5
applications/external/jetpack_joyride/includes/game_state.c
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
#include "game_state.h"
|
||||
|
||||
void game_state_tick(GameState* const game_state) {
|
||||
game_state->distance++;
|
||||
}
|
||||
Reference in New Issue
Block a user