searching speed issue

This commit is contained in:
Rorikstr | Rust Dev 2025-09-29 21:57:33 +03:00
parent 280cbee0a2
commit 98035f17a2
11 changed files with 69 additions and 64 deletions

View file

@ -54,6 +54,8 @@ GameState_t* get_game_state(void);
// Функции состояний
// init
void do_init(void);
int load_high_score();
void save_high_score(int score);
// spawn
void do_spawn(void);