mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-21 12:21:49 +03:00
6 lines
107 B
C
6 lines
107 B
C
#include "game_state.h"
|
|
|
|
void game_state_tick(GameState* const game_state) {
|
|
game_state->distance++;
|
|
}
|