int Line::create(int, int) { }
int Line::create(int x, int y) { location1 = x; //This is the x location of the city. location2 = y; //This is the y location of the city. return 0; }