summaryrefslogtreecommitdiffstats
path: root/src/engine/ObjectBuffer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/ObjectBuffer.hpp')
-rw-r--r--src/engine/ObjectBuffer.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/engine/ObjectBuffer.hpp b/src/engine/ObjectBuffer.hpp
index 354c6f46..85afa1cb 100644
--- a/src/engine/ObjectBuffer.hpp
+++ b/src/engine/ObjectBuffer.hpp
@@ -36,6 +36,8 @@ public:
void* port_data(Shared::PortType port_type);
const void* port_data(Shared::PortType port_type) const;
+ void prepare_write(Context& context);
+
void copy(Context& context, const Buffer* src);
void resize(size_t size);