New game interface

This commit is contained in:
Dynamitos
2023-02-01 22:13:04 +01:00
parent 0dce84459e
commit 9e1e4076f0
91 changed files with 268 additions and 21014 deletions
+1 -2
View File
@@ -364,7 +364,6 @@ public:
{
return _size;
}
private:
void verifyTree()
{
@@ -441,7 +440,7 @@ private:
return Iterator(endIndex, &nodeContainer, std::move(endTraversal));
}
Array<Node, NodeAlloc> nodeContainer;
Array<Node, NodeAlloc> nodeContainer = Array<Node, NodeAlloc>();
size_t root;
Iterator beginIt;
Iterator endIt;