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