9 lines
124 B
C++
9 lines
124 B
C++
#pragma once
|
|
|
|
namespace treeview
|
|
{
|
|
void start();
|
|
bool option(const char* label, const int level);
|
|
void end();
|
|
}
|