8 lines
251 B
C++
8 lines
251 B
C++
#pragma once
|
|
|
|
#include <hex/helpers/types.hpp>
|
|
#include <hex/helpers/intrinsics.hpp>
|
|
|
|
constexpr static const auto ImHexApiURL = "https://api.werwolv.net/imhex";
|
|
constexpr static const auto GitHubApiURL = "https://api.github.com/repos/WerWolv/ImHex";
|