#ifndef _GAME_H #define _GAME_H void run_game(); void add_score(uint8_t v); uint32_t get_hiscore(); uint8_t dec_lives(); #endif /* _GAME_H */