Make links in About page actual hyperlinks

This commit is contained in:
WerWolv
2021-01-27 00:00:20 +01:00
parent 97f15c04b4
commit ab2458bdf4
7 changed files with 156 additions and 75 deletions

View 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);
}