Fix constness in certain operations
This commit is contained in:
@@ -182,7 +182,9 @@ public:
|
||||
void add(int64_t id, const AnimStep &step);
|
||||
|
||||
// Serialize or deserialize to a StreamBuffer
|
||||
void serialize(StreamBuffer *sb);
|
||||
void serialize_size_and_steps(StreamBuffer *sb) const;
|
||||
void deserialize_size_and_steps(StreamBuffer *sb);
|
||||
void serialize(StreamBuffer *sb) const;
|
||||
void deserialize(StreamBuffer *sb);
|
||||
|
||||
// Difference transmission
|
||||
|
||||
Reference in New Issue
Block a user