summaryrefslogtreecommitdiff
path: root/map_data.c
blob: e673de8ca5e648c3caeb95efd18d9fed132a4604 (plain)
1
2
3
4
5
6
7
8
struct {
	int ftx, fty;
	int ttx, tty;
} telemap[] = {
	{ 10, 5, 131, 3 },
	{ 138, 6, 3, 4 },
};
int telemapsize = sizeof telemap / sizeof telemap[0];