]> Shamusworld >> Repos - architektonas/blobdiff - src/fileio.cpp
Fixes for the Layer widget.
[architektonas] / src / fileio.cpp
index 27ed4f3c3ccec27eacee2403c6bc0b891863c5f3..503ccc109322dcd41f68b6cc629ad38abc663484 100644 (file)
 #include <stdlib.h>
 #include <string.h>
 #include <vector>
-//#include "arc.h"
-//#include "circle.h"
-//#include "container.h"
-//#include "dimension.h"
-//#include "line.h"
 #include "structs.h"
 
 /*
@@ -113,8 +108,8 @@ OTHER CONSIDERATIONS:
 
 */
 
-enum ObjectTypeFile { OTFContainer, OTFContainerEnd, OTFLine, OTFCircle, OTFArc, OTFDimension,
-       OTFPolygon, OTFText, OTFImage, OTFBlock, OTFEndOfFile };
+enum ObjectTypeFile { OTFContainer, OTFContainerEnd, OTFLine, OTFCircle, OTFArc,
+       OTFDimension, OTFPolygon, OTFText, OTFImage, OTFBlock, OTFEndOfFile };
 
 
 /*static*/ bool FileIO::SaveAtnsFile(FILE * file, Container * object)