aboutsummaryrefslogtreecommitdiff
path: root/src/game.h
blob: 30580188003e6192e593d3832949c77d77cce102 (plain)
1
2
3
4
5
6
7
8
9
10
#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 */