- [NEW] menu i menu::popup

- [WIP] toolbar
- [WIP] treeview
This commit is contained in:
2025-11-17 22:31:48 +01:00
parent 3ed64a471a
commit 8028d0533b
7 changed files with 186 additions and 35 deletions

8
source/treeview.h Normal file
View File

@@ -0,0 +1,8 @@
#pragma once
namespace treeview
{
void start();
bool option(const char* label, const int level);
void end();
}