Skip to content
Snippets Groups Projects
Commit b64b6b98 authored by whh8b's avatar whh8b
Browse files

Add a SetSize() method for the Dollop_t (for testing).

parent 42d82f8b
No related branches found
No related tags found
No related merge requests found
......@@ -99,6 +99,10 @@ class Dollop_t : public Placeable_t, public std::list<DollopEntry_t*> {
size_t GetSize() const {
return m_size;
}
void SetSize(size_t size) {
m_size = size;
}
size_t GetDollopEntryCount() const {
return size();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment