TerraForge3D
2.3.1
3D Terrain And Landscape Generator
◆
ShowSettings()
void OSLiscences::ShowSettings
(
bool *
pOpen
)
Definition at line
48
of file
OSLiscences.cpp
.
49
{
50
ImGui::Begin(
"Open Source LICENSES"
, pOpen);
51
int
id
= 0;
52
53
for
(
auto
&item : osls)
54
{
55
ShowLisc(item.first, item.second,
id
++);
56
}
57
58
ImGui::End();
59
}
OSLiscences
Generated on Thu Apr 7 2022 14:10:54 for TerraForge3D by
1.9.3