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}