aboutsummaryrefslogtreecommitdiff
path: root/src/init.c
blob: 84fdaefbc9c19c12574f01a58d4598a7578e28d7 (plain)
1
2
3
4
5
6
void
game_init(Game *this)
{
	this->x = DWIDTH / 2;
	this->y = DHEIGHT / 2;
}