drop array

This commit is contained in:
vrd
2023-01-02 20:24:17 +02:00
parent 6cbe64f927
commit 2ec892755f
7 changed files with 116 additions and 283 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ int main()
/* ====================================================== */
Array<Tree> trees;
std::vector<Tree> trees;
bool quit = false;
char input[128];