mirror of
https://github.com/antopilo/Nuake.git
synced 2026-09-15 20:08:54 +03:00
7 lines
169 B
C++
7 lines
169 B
C++
#pragma once
|
|
#include <string>
|
|
|
|
void ImGuiTextSTD(const std::string& label, std::string& value);
|
|
|
|
void ImGuiTextMultiline(const std::string& label, std::string& value);
|