- [NEW] menu i menu::popup
- [WIP] toolbar - [WIP] treeview
This commit is contained in:
8
source/treeview.h
Normal file
8
source/treeview.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
namespace treeview
|
||||
{
|
||||
void start();
|
||||
bool option(const char* label, const int level);
|
||||
void end();
|
||||
}
|
||||
Reference in New Issue
Block a user