Restructure and rename

This commit is contained in:
Thomas Krijnen
2026-03-31 15:32:36 +02:00
parent 724cdb446e
commit a07f56db6f
237 changed files with 72532 additions and 72535 deletions
+2 -2
View File
@@ -20,7 +20,7 @@
#ifndef SERIALIZER_H
#define SERIALIZER_H
#include "../ifcparse/IfcFile.h"
#include "../ifcparse/file.h"
class Serializer {
public:
@@ -29,7 +29,7 @@ public:
virtual bool ready() = 0;
virtual void writeHeader() = 0;
virtual void finalize() = 0;
virtual void setFile(IfcParse::IfcFile*) = 0;
virtual void setFile(ifcopenshell::file*) = 0;
};
#endif