aboutsummaryrefslogtreecommitdiff
path: root/inc/game.h
blob: 07942e6e967446875db8b143acee374a740a1e45 (plain)
1
2
3
4
5
#pragma once

struct Game {
	int x, y;
};