ImHex/external/ImGui/include/imgui_imhex_extensions.h

9 lines
161 B
C
Raw Normal View History

#pragma once
#include <imgui.h>
namespace ImGui {
bool Hyperlink(const char* label, const ImVec2& size_arg = ImVec2(0, 0), ImGuiButtonFlags flags = 0);
}