mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-12-18 16:53:45 +00:00
5 lines
107 B
C
5 lines
107 B
C
#include "game_state.h"
|
|
|
|
void game_state_tick(GameState* const game_state) {
|
|
game_state->distance++;
|
|
}
|