Update IncludeFactory.h

This commit is contained in:
MegaMech
2024-05-03 15:48:06 -06:00
committed by Lywx
parent 9989d25fce
commit 58c891187a
+1 -2
View File
@@ -28,10 +28,9 @@ public:
return {
REGISTER(Code, IncludeCodeExporter)
REGISTER(Header, IncludeHeaderExporter)
REGISTER(Binary, IncludeBinaryExporter)
};
}
uint32_t GetAlignment() override {
return 8;
};
};
};