главная|main page

состояние|status

блог|blog

файлы|files

программы|software

summaryrefslogtreecommitdiff
path: root/clicker-ncurses.h
blob: cbaf969ed070ffa09d967cbe47cc3e76b944acdd (plain)
1
2
3
4
5
6
7
8
struct game
{
	int click;
	int multiplifier;
	int score;
};

void set_score (struct game *game, int score);