mirror of https://github.com/WerWolv/ImHex.git
9 lines
161 B
C
9 lines
161 B
C
|
#pragma once
|
||
|
|
||
|
#include <imgui.h>
|
||
|
|
||
|
namespace ImGui {
|
||
|
|
||
|
bool Hyperlink(const char* label, const ImVec2& size_arg = ImVec2(0, 0), ImGuiButtonFlags flags = 0);
|
||
|
|
||
|
}
|