Merge commit '057272347486efe5046691f32f51604e3a594e6a'

This commit is contained in:
2024-01-31 23:13:34 -06:00
4 changed files with 25 additions and 7 deletions

View File

@@ -4,6 +4,8 @@
#pragma once
#include <functional>
#include <imgui.h>
#include <turbine/context.hpp>
@@ -59,6 +61,12 @@ bool FileComboBox(
ox::StringView fileExt,
size_t &selectedIdx) noexcept;
bool ListBox(
ox::CStringView name,
std::function<ox::CStringView(size_t)> const&f,
size_t strCnt,
size_t &selIdx) noexcept;
/**
*
* @param name