2020-11-10 14:26:38 +00:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#include <cstdint>
|
2021-09-08 23:56:48 +00:00
|
|
|
#include <cstddef>
|
2020-11-10 14:26:38 +00:00
|
|
|
|
2022-05-30 14:36:46 +00:00
|
|
|
#include <hex/helpers/types.hpp>
|
2022-03-26 23:01:28 +00:00
|
|
|
#include <hex/helpers/intrinsics.hpp>
|
|
|
|
|
2022-02-01 21:09:44 +00:00
|
|
|
constexpr static const auto ImHexApiURL = "https://api.werwolv.net/imhex";
|
2021-08-29 12:18:45 +00:00
|
|
|
constexpr static const auto GitHubApiURL = "https://api.github.com/repos/WerWolv/ImHex";
|