unleashed-firmware/applications/external/jetpack_joyride/includes/game_state.c

6 lines
107 B
C
Raw Normal View History

2023-07-06 15:44:45 +00:00
#include "game_state.h"
void game_state_tick(GameState* const game_state) {
game_state->distance++;
}