save tree to tft dir

This commit is contained in:
vrd
2023-02-21 09:38:09 +02:00
parent 16894e2983
commit ee152edbad
8 changed files with 59 additions and 28 deletions
+2
View File
@@ -23,6 +23,8 @@
/* return lhs; */
/* } */
void init();
template <class Vec>
void remove(Vec& vec, size_t pos) /* Remove from vector by moving the last element in its place */
{