Corners::copy()

This commit is contained in:
James Cherry
2021-04-22 14:39:47 -10:00
parent 5ea28c77f6
commit f543340dfb
2 changed files with 25 additions and 0 deletions
+1
View File
@@ -47,6 +47,7 @@ public:
virtual ~Corners();
void clear();
int count() const;
void copy(Corners *corners);
bool multiCorner() const;
Corner *findCorner(const char *corner);
Corner *findCorner(int corner_index);