|
|
@ -21,7 +21,6 @@ int main (void)
|
|
|
|
cerr << "DF not found" << endl;
|
|
|
|
cerr << "DF not found" << endl;
|
|
|
|
return 1;
|
|
|
|
return 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
DF.InitMap();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (DF.InitViewAndCursor())
|
|
|
|
if (DF.InitViewAndCursor())
|
|
|
|
{
|
|
|
|
{
|
|
|
@ -36,7 +35,11 @@ int main (void)
|
|
|
|
DF.WriteDesignations(x,y,z, &designations);
|
|
|
|
DF.WriteDesignations(x,y,z, &designations);
|
|
|
|
cout << "Success" << endl;
|
|
|
|
cout << "Success" << endl;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
else
|
|
|
|
|
|
|
|
cout << "Failure 1" << endl;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
else
|
|
|
|
|
|
|
|
cout << "Failure 1" << endl;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
else
|
|
|
|
else
|
|
|
|
cout << "Process Failed" << endl;
|
|
|
|
cout << "Process Failed" << endl;
|
|
|
|