This commit is contained in:
Lajat5 2021-11-06 09:21:48 +00:00
parent 69b6832b9a
commit e68ba6c051

View File

@ -60,6 +60,7 @@ struct Point {
// A global point needed for sorting points with reference // A global point needed for sorting points with reference
// to the first point Used in compare function of qsort() // to the first point Used in compare function of qsort()
Point p0; Point p0;
/****************************************************************************** /******************************************************************************