First slice plug-in refactor

This commit is contained in:
Thomas Krijnen
2026-04-14 13:50:23 +02:00
parent 2018bcb3c1
commit aa10784154
31 changed files with 958 additions and 322 deletions
+3 -2
View File
@@ -20,9 +20,10 @@
#ifndef SERIALIZER_H
#define SERIALIZER_H
#include "ifc_geom_api.h"
#include "../ifcparse/file.h"
class Serializer {
class IFC_GEOM_API Serializer {
public:
virtual ~Serializer() {}
@@ -32,4 +33,4 @@ public:
virtual void setFile(ifcopenshell::file*) = 0;
};
#endif
#endif