summaryrefslogtreecommitdiff
path: root/map_data.c
blob: 9d3de7d4a992dd57a737bc3bd41bd261551210b1 (plain)
1
2
3
4
5
6
7
8
struct {
	int ftx, fty;
	int ttx, tty;
} telemap[] = {
	{ 60, 27, 9, 64 },
	{ 61, 105, 93, 60 },
};
int telemapsize = sizeof telemap / sizeof telemap[0];