mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 21:47:40 -05:00
Make links in About page actual hyperlinks
This commit is contained in:
9
external/ImGui/include/imgui_imhex_extensions.h
vendored
Normal file
9
external/ImGui/include/imgui_imhex_extensions.h
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#include <imgui.h>
|
||||
|
||||
namespace ImGui {
|
||||
|
||||
bool Hyperlink(const char* label, const ImVec2& size_arg = ImVec2(0, 0), ImGuiButtonFlags flags = 0);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user