mirror of
https://github.com/barkeser2002/flower.git
synced 2026-09-25 18:56:16 +03:00
8 lines
217 B
C++
8 lines
217 B
C++
#pragma once
|
|
|
|
#include <imgui/region_string.h>
|
|
|
|
inline std::string combineIcon(const engine::ui::RegionStringInit& name, const std::string& icon)
|
|
{
|
|
return std::format(" {} {}", icon, name.getActiveRegionValue());
|
|
} |