Files
Momentum-Firmware/applications/external/jetpack_joyride/includes/game_state.c
2023-07-04 23:57:01 +02:00

6 lines
107 B
C

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