aboutsummaryrefslogtreecommitdiff
path: root/src/game.h
blob: 5a13927fc2756f546b24b33bfe2e8f727d77f6b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef _GAME_H
#define _GAME_H

void run_game();
void add_score(uint8_t v);
uint32_t get_hiscore();

uint8_t dec_lives();
void reset_time();

#endif /* _GAME_H */