[idd] helper: implement mode deletion

This commit is contained in:
Quantum
2025-11-08 02:36:56 -05:00
parent dca54a79fd
commit 299703bd52
4 changed files with 64 additions and 31 deletions

View File

@@ -12,4 +12,5 @@ public:
int getSel();
int getData(int index);
void setSel(int index);
void clear();
};