feat: updated text handling bugs
This commit is contained in:
@@ -265,8 +265,11 @@ public:
|
||||
[[nodiscard]] virtual std::expected<std::vector<uint8_t>, EngineError>
|
||||
saveIncremental() const = 0;
|
||||
|
||||
[[nodiscard]] virtual std::expected<std::vector<uint8_t>, EngineError>
|
||||
[[nodiscard]] virtual std::expected<std::vector<uint8_t>, EngineError>
|
||||
saveFull() const = 0;
|
||||
|
||||
[[nodiscard]] virtual std::expected<std::vector<uint8_t>, EngineError>
|
||||
saveFullForExport() const { return saveFull(); }
|
||||
};
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user